jellyfin-accounts/jellyfin_accounts
Harvey Tindall 690de58e9f added password validation; changed create account layout
Password validation added, configurable under the [password_validation]
section in config.ini. Each criterion is displayed next to the form, in
red or green depending on whether the password passes it. form.html now
looks different because of it, whether it is enabled or disabled. An
error message is now displayed if the user already exists.
2020-04-14 21:31:44 +01:00
..
__init__.py first commit 2020-04-11 15:20:25 +01:00
jf_api.py first commit 2020-04-11 15:20:25 +01:00
login.py Add pw reset support; add logging 2020-04-12 21:25:27 +01:00
pw_reset.py Add pw reset support; add logging 2020-04-12 21:25:27 +01:00
validate_password.py added password validation; changed create account layout 2020-04-14 21:31:44 +01:00
web_api.py added password validation; changed create account layout 2020-04-14 21:31:44 +01:00
web.py Add pw reset support; add logging 2020-04-12 21:25:27 +01:00