File tree Expand file tree Collapse file tree
src/main/resources/config Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,11 +39,11 @@ faf-api:
3939 from-email-name : ${EMAIL_FROM_NAME:FAForever}
4040 from-email-address : ${EMAIL_FROM_ADDRESS:faf@example.com}
4141 registration :
42- activation-url-format : ${ACTIVATION_URL_FORMAT:http://localhost:8010/users /activate?username=%s&token=%s}
42+ activation-url-format : ${ACTIVATION_URL_FORMAT:http://localhost:8020/account /activate?username=%s&token=%s}
4343 subject : ${REGISTRATION_EMAIL_SUBJECT:FAF user registration}
4444 html-format : ${REGISTRATION_EMAIL_BODY:Registration email body}
4545 password-reset :
46- password-reset-url-format : ${PASSWORD_RESET_URL_FORMAT:http ://localhost:8010/users/claimPasswordResetToken ?username=%s&token=%s}
46+ password-reset-url-format : ${PASSWORD_RESET_URL_FORMAT:https ://localhost:8020/account/password/confirmReset ?username=%s&token=%s}
4747 subject : ${PASSWORD_RESET_EMAIL_SUBJECT:FAF password reset}
4848 html-format : ${PASSWORD_RESET_EMAIL_BODY:Registration email body}
4949 steam :
You can’t perform that action at this time.
0 commit comments