mirror of
https://github.com/BrenBroZAYT/gameyfin.git
synced 2026-06-17 16:20:03 +00:00
Implemented user registration flows
Implemented password reset for admins (when no notification provider is enabled) Major refactoring
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
<mjml>
|
||||
<mj-head>
|
||||
<mj-title>[Gameyfin] Waiting for Approval</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 width="128px" src="{logo}"/>
|
||||
<mj-image 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 registration was successful!
|
||||
<br/>
|
||||
Before you can log in, you need to wait for an admin to approve your account.
|
||||
We will notify you as soon as your account is approved.
|
||||
</mj-text>
|
||||
|
||||
</mj-column>
|
||||
</mj-section>
|
||||
</mj-body>
|
||||
</mjml>
|
||||
Reference in New Issue
Block a user