Skip to content
Snippets Groups Projects
Commit f519121f authored by Arie Peterson's avatar Arie Peterson
Browse files

Merge branch '141-kratos-should-not-send-recovery-emails-to-non-existing-accounts' into 'main'

Resolve "Kratos should not send recovery emails to non-existing accounts"

Closes #141

See merge request stackspin/dashboard!121
parents e4a84b42 476f2494
Branches
Tags
No related merge requests found
......@@ -152,9 +152,6 @@ To publish a new version of the helm chart:
4. Update `CHANGELOG.md` and/or `deployment/helmchart/CHANGELOG.md` and check
that it includes relevant changes, including ones added by renovatebot.
5. Commit and push these changes to `main`.
6. Create a new git tag for the new release and push it to gitlab as well. Note
that both the pipeline for the `main` branch and for the tag will use the
`nc` namespace, so you may not want to push the branch and tag right after
each other.
6. Create a new git tag for the new release and push it to gitlab as well.
The last step will trigger a CI run that will package and publish the helm chart.
......@@ -382,7 +382,7 @@ function getFormElement(node, context) {
label = 'Changing your e-mail address is not supported at this point.';
} else {
readonly = false;
label = 'Please provide your e-mail address. We will send a recovery link to that e-mail address.';
label = 'Please provide your e-mail address. If it is registered, we will send a recovery link to that address.';
}
return getFormInput(
'email',
......
......@@ -18,9 +18,10 @@
<div id="contentMessages"></div>
<div id="contentRecover"></div>
<div id="contentRecoverRequested" style='display:none'>
Thank you for your request. We have sent you an email to recover
your account. Please check your e-mail and complete the account
recovery. You have limited time to complete this</div>
Thank you for your request. If there is an account registered with the
given address, we have sent you an e-mail to recover your account.
Please check your e-mail and complete the account recovery. You have
limited time to complete this.</div>
<div id="contentHelp">
<a href='login'>Back to login page</a> | <a href='https://stackspin.org'>About stackspin</a>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment