mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-05 20:51:49 +02:00

Fix #780 This a breaking change, the API for authentication is different, as it now requires `project_id`. Token is generated with only the project_id (so it's shorter than before), and signature is done by mixing password with secret key. Thus, it expires on every project code change.
7 lines
308 B
Django/Jinja
7 lines
308 B
Django/Jinja
Salut,
|
|
|
|
Vous avez demandé à réinitialiser le mot de passe du projet suivant : "{{ project.name }}".
|
|
Vous pouvez le réinitialiser ici : {{ url_for(".reset_password", _external=True, token=project.generate_token(token_type="reset")) }}.
|
|
Ce lien est seulement valide pendant 1 heure.
|
|
|
|
Faites-en bon usage !
|