- wrote a patch to enforce a password policy, a default password score of 2 as calculated by zxcvbn, disallow more than 3 login attempts in a span of 60 seconds - added '3' to the allowed password score - enabled password policy by default - set 3 as the default value for login attempts in a span of 60 seconds Signed-off-by: Ameya Shenoy <shenoy.ameya@gmail.com> |
||
|---|---|---|
| .. | ||
| doctype | ||
| page | ||
| report | ||
| web_form | ||
| __init__.py | ||
| notifications.py | ||
| README.md | ||
| utils.py | ||
Core module contains the models required for the basic functioning of frappe including DocType, User (user), Role and others.