seitime-frappe/frappe/core
Ameya Shenoy bb3cd6e7f3 fix(security): patch to tighten security (#6167)
- 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>
2018-10-02 10:42:30 +05:30
..
doctype fix(security): patch to tighten security (#6167) 2018-10-02 10:42:30 +05:30
page Revert "[First Cut] Address Info for customer (#5872)" (#5873) 2018-07-26 12:58:43 +05:30
report Query Report: deprecated query_report_filters_by_name (#5834) 2018-07-18 09:28:36 +05:30
web_form [Refactor] Webforms (#5537) 2018-06-22 11:35:52 +05:30
__init__.py Web Notes to Frappe, better alerts, css fixes, fixed splash 2015-03-03 15:09:34 +05:30
notifications.py Workflow actions (#5598) 2018-05-30 11:24:49 +05:30
README.md rename Profile to User frappe/frappe#470 2014-03-11 16:14:47 +05:30
utils.py Moved feed from Communication to Activity Log (#4435) 2017-11-21 15:46:51 +05:30

Core module contains the models required for the basic functioning of frappe including DocType, User (user), Role and others.