jellyfin-accounts/jellyfin_accounts
Harvey Tindall e8ad3f98d6 added option to send invite to an address
The admin page now has the option to send an invite to an email address.
Since there are now two email types (invites and pw resets), the new
sections have been added to config.ini, and email_template and
email_plaintext have been renamed to email_html and email_text
respectively.
2020-04-19 22:35:51 +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 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 added option to send invite to an address 2020-04-19 22:35:51 +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 option to send invite to an address 2020-04-19 22:35:51 +01:00
web.py added option to send invite to an address 2020-04-19 22:35:51 +01:00