mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-23 19:20:41 +02:00
* Bump version to 0.0.5-alpha
* Add email password reset support
This commit is contained in:
parent
97e19957ce
commit
f5899bc10f
18 changed files with 571 additions and 28 deletions
7
misc/reset_password_email.template.html
Normal file
7
misc/reset_password_email.template.html
Normal file
|
@ -0,0 +1,7 @@
|
|||
<b>%USERNAME%</b>:<br>
|
||||
<br>
|
||||
A password reset request has been generated for your account on <b>%BOARDNAME% BBS</b>:<br>
|
||||
<br>
|
||||
If you did not make this request, <u>you may safely ignore this email</u>. Otherwise, <a href="%RESET_URL%">please follow this link</a> to reset your password. If that does not work, you can copy the link below:<br>
|
||||
<br>
|
||||
%RESET_URL%<br>
|
7
misc/reset_password_email.template.txt
Normal file
7
misc/reset_password_email.template.txt
Normal file
|
@ -0,0 +1,7 @@
|
|||
%USERNAME%:
|
||||
|
||||
A password reset request has been generated for your account on %BOARDNAME% BBS:
|
||||
|
||||
If you did not make this request, you may safely ignore this email. Otherwise, please follow the link below to reset your password:
|
||||
|
||||
%RESET_URL%
|
Loading…
Add table
Add a link
Reference in a new issue