seitime-frappe/frappe/tests
schilgod 7ccbbce572 Password Strength Policy Enhancement (#3194)
* Add or_filters filter for export_fixtures, to filter by doctype or fieldnames

Eg:
fixtures = [
        {
        "doctype": "Custom Field",
        "or_filters": {
            "dt": ["in", [
                "Process Payroll",
                "Journal Entry Account"
            ]],
            "name": ["in", [
                "Print Settings-compact_item_print",
                "Account-account_id",
                "Account-some_bank_name"
            ]]
        }
    }
]

* Passsword Policy Enhancement

In Security Settings, the Password Plociy can be enabled and the passcord strength score can be set.

User will see helpful password validation messages when they change password.

* Enhance Update Password to handle Password Policy

* remove function argument

* update test cases to use strong password

* Add test cases, add default value for minimum password score, make error messages translatable

* make message translatable

* Update update-password.html
2017-05-08 16:10:12 +05:30
..
data [fix] email encoding issues, fixes frappe/erpnext#7145 2017-01-30 12:57:12 +05:30
testcafe [TestCafe] UI Tests for Setup Wizard and ToDo (#3188) 2017-05-01 11:28:52 +05:30
__init__.py Web Notes to Frappe, better alerts, css fixes, fixed splash 2015-03-03 15:09:34 +05:30
test_api.py [feature] allow multiple sessions per user 2016-08-10 17:31:29 +05:30
test_assign.py [Fixes] flag value fixes 2015-11-02 15:23:16 +05:30
test_bot.py [fix] test_bot.py 2016-12-31 13:30:38 +05:30
test_client.py [minor] dont show disabled roles in permission manager (#2180) 2016-10-25 10:59:41 +05:30
test_client_login.py [test] disabled client side test case 2015-07-17 19:41:54 +05:30
test_data_import.py Fixed patch, travis 2017-03-06 18:26:22 +05:30
test_db.py [feature] document versioning #2469 (#2523) 2016-12-29 18:01:42 +05:30
test_db_query.py [minor] ignore permissions option for filters in db_query (#3234) 2017-05-06 12:43:47 +05:30
test_defaults.py Web Notes to Frappe, better alerts, css fixes, fixed splash 2015-03-03 15:09:34 +05:30
test_document.py Fixed patch, travis 2017-03-06 18:26:22 +05:30
test_document_locks.py File Based Locking at Document Level (#2374) 2016-11-25 16:14:00 +05:30
test_dynamic_links.py [refactor] [optimize] dynamic links on deletion 2016-03-10 15:14:44 +05:30
test_email.py [Fix] Unsubscribe url fix 2017-01-24 17:18:25 +05:30
test_filemanager.py Web Notes to Frappe, better alerts, css fixes, fixed splash 2015-03-03 15:09:34 +05:30
test_fmt_money.py [feature] set decimal precision for currency in currency settings and currency formatting will be global 2017-04-13 12:39:01 +05:30
test_form_load.py [enhance] custom perms 2017-01-11 17:34:55 +05:30
test_geo_ip.py Web Notes to Frappe, better alerts, css fixes, fixed splash 2015-03-03 15:09:34 +05:30
test_global_search.py Fixed test cases 2017-04-22 15:42:56 +05:30
test_hooks.py Web Notes to Frappe, better alerts, css fixes, fixed splash 2015-03-03 15:09:34 +05:30
test_password.py Password Strength Policy Enhancement (#3194) 2017-05-08 16:10:12 +05:30
test_patches.py [test] check patch names 2017-04-13 13:36:33 +05:30
test_permissions.py [enhance] custom perms 2017-01-11 17:34:55 +05:30
test_scheduler.py [feature] checkboxes in grid #2451 2016-12-15 14:48:43 +05:30
test_seen.py [fix] [test] test_seen.py 2016-03-25 17:42:13 +05:30
test_translation.py [cache] fix for website, default, meta, etc 2015-05-08 18:04:13 +05:30
test_utils.py [enhancements] added frappe.utils.evalute_filter(doc, filter) and ability to hook multiple doc events at the same time 2016-04-08 17:07:31 +05:30
test_website.py [tests] added basic tests for page and generator 2016-06-27 11:50:04 +05:30