Implement account status management

Add generic messages for account status change
Add message for account removal
Improve UX of role assignment
Fix a few bugs
This commit is contained in:
grimsi
2024-09-29 17:38:42 +02:00
parent a6e2965923
commit a6c6c7510b
16 changed files with 275 additions and 125 deletions
@@ -0,0 +1,30 @@
<mjml>
<mj-head>
<mj-title>[Gameyfin] Welcome</mj-title>
<mj-attributes>
<mj-all font-family="Arial, sans-serif"/>
<mj-text font-size="16px"/>
</mj-attributes>
</mj-head>
<mj-body>
<mj-section>
<mj-column>
<mj-image alt="Gameyfin Logo" title="Gameyfin Logo" width="128px" src="{logo}"/>
<mj-image alt="Gameyfin Logo" title="Gameyfin Logo" height="2px" padding-bottom="20px"
src="{gradient}"/>
<mj-text font-size="20px" font-family="helvetica">Hello there {username},
<br/>
<br/>
</mj-text>
<mj-text>your account has been permanently deleted.
<br/>
You will be missed!
<br/>
If you think this is a mistake, contact your <a href="{baseUrl}">Gameyfin</a> administrator.
</mj-text>
</mj-column>
</mj-section>
</mj-body>
</mjml>