mirror of
https://github.com/BrenBroZAYT/gameyfin.git
synced 2026-06-17 08:15:44 +00:00
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:
@@ -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>
|
||||
Reference in New Issue
Block a user