Implemented the "Forgot Password" field with functionalities. If you're self-hosting, you need to use some variables, which will be explained at a later point in the readme and on the docker page.
11 lines
226 B
Plaintext
11 lines
226 B
Plaintext
Dear User,
|
|
|
|
To reset your password click on the following link:
|
|
|
|
{{ url_for('auth.reset_password', token=token, _external=True) }}
|
|
|
|
If you have not requested a password reset simply ignore this message.
|
|
|
|
Sincerely,
|
|
|
|
The Admins |