diff --git a/jellyfin_accounts/data/created.txt b/jellyfin_accounts/data/created.txt deleted file mode 100644 index 154fbe0..0000000 --- a/jellyfin_accounts/data/created.txt +++ /dev/null @@ -1,7 +0,0 @@ -A user was created using code {{ code }}. - -Name: {{ username }} -Address: {{ address }} -Time: {{ time }} - -Note: Notification emails can be toggled on the admin dashboard. diff --git a/jellyfin_accounts/data/email.txt b/jellyfin_accounts/data/email.txt deleted file mode 100644 index 43cd930..0000000 --- a/jellyfin_accounts/data/email.txt +++ /dev/null @@ -1,10 +0,0 @@ -Hi {{ username }}, - -Someone has recently requests a password reset on Jellyfin. -If this was you, enter the below pin into the prompt. -This code will expire on {{ expiry_date }}, at {{ expiry_time }} , which is in {{ expires_in }}. -If this wasn't you, please ignore this email. - -PIN: {{ pin }} - -{{ message }} diff --git a/jellyfin_accounts/data/expired.txt b/jellyfin_accounts/data/expired.txt deleted file mode 100644 index 3541d16..0000000 --- a/jellyfin_accounts/data/expired.txt +++ /dev/null @@ -1,5 +0,0 @@ -Invite expired. - -Code {{ code }} expired at {{ expiry }}. - -Note: Notification emails can be toggled on the admin dashboard. diff --git a/jellyfin_accounts/data/invite-email.txt b/jellyfin_accounts/data/invite-email.txt deleted file mode 100644 index 601e4a6..0000000 --- a/jellyfin_accounts/data/invite-email.txt +++ /dev/null @@ -1,8 +0,0 @@ -Hi, -You've been invited to Jellyfin. -To join, follow the below link. -This invite will expire on {{ expiry_date }}, at {{ expiry_time }}, which is in {{ expires_in }}, so act quick. - -{{ invite_link }} - -{{ message }} diff --git a/jellyfin_accounts/data/templates/admin.html b/jellyfin_accounts/data/templates/admin.html index ae75ba3..a40ae76 100644 --- a/jellyfin_accounts/data/templates/admin.html +++ b/jellyfin_accounts/data/templates/admin.html @@ -214,18 +214,31 @@ -