seitime-frappe/frappe/core
Francisco Sousa Uva 20e6957312
fix: update minimum password score to 1 (#31986)
* fix #28620: update minimum password score to 1
Updated minimum password score to 1
Updated passsword score test

* fix: password score now correctly defaults to 1 when enabled

* feat: added password score test for failure test when score is 0

* fix(system_settings): set check field value to 2, regenerate json

Signed-off-by: Akhil Narang <me@akhilnarang.dev>

---------

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
Co-authored-by: Akhil Narang <me@akhilnarang.dev>
2025-04-15 09:04:19 +00:00
..
api fix!: Switch to creation as default sort order 2024-03-27 11:18:28 +05:30
doctype fix: update minimum password score to 1 (#31986) 2025-04-15 09:04:19 +00:00
page perf: Skip link checking on internal deletes 2025-01-06 11:48:19 +05:30
report refactor: limit in query 2025-02-07 17:53:26 +05:30
web_form fix(style): Update icons, new design for /me 2024-09-18 14:27:37 +05:30
workspace fix: build workspace, add webhook log 2024-09-30 20:54:52 +02:00
__init__.py chore: Update header: license.txt => LICENSE 2021-09-03 12:02:59 +05:30
notifications.py docs: consistent doc strings 2023-12-18 18:27:39 +05:30
README.md rename Profile to User frappe/frappe#470 2014-03-11 16:14:47 +05:30
utils.py perf: Document objects without circular references (#17080) 2024-01-17 17:22:55 +05:30

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