jellyfin-accounts/jellyfin_accounts
Harvey Tindall 200ad24f96 Added user email modification to admin page
Pressing the user settings button brings up a list of all jellyfin
users, and allows you to add or change their stored email addresses.
Additionally, changed emails.json to use user ID instead of username.
The program automatically converts the file to the new format at start.
2020-04-20 20:37:39 +01:00
..
__init__.py first commit 2020-04-11 15:20:25 +01:00
email.py added option to send invite to an address 2020-04-19 22:35:51 +01:00
jf_api.py Added user email modification to admin page 2020-04-20 20:37:39 +01:00
login.py Add pw reset support; add logging 2020-04-12 21:25:27 +01:00
pw_reset.py Added user email modification to admin page 2020-04-20 20:37:39 +01:00
validate_password.py Fixed password validation on form; added lowercase option 2020-04-16 14:33:23 +01:00
web_api.py Added user email modification to admin page 2020-04-20 20:37:39 +01:00
web.py added option to send invite to an address 2020-04-19 22:35:51 +01:00