fixed config dist version to properly reflect new password reset url

This commit is contained in:
Ulf Gebhardt 2022-04-05 12:22:52 +02:00
parent 3da5b458c2
commit 79013f3aa8
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -41,7 +41,7 @@ EMAIL_PASSWORD=xxx
EMAIL_SMTP_URL=gmail.com
EMAIL_SMTP_PORT=587
EMAIL_LINK_VERIFICATION=http://localhost/checkEmail/{optin}{code}
EMAIL_LINK_SETPASSWORD=http://localhost/reset/{optin}
EMAIL_LINK_SETPASSWORD=http://localhost/reset-password/{optin}
EMAIL_LINK_FORGOTPASSWORD=http://localhost/forgot-password
EMAIL_CODE_VALID_TIME=1440
EMAIL_CODE_REQUEST_TIME=10