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

Adapt account recovery texts to new kratos behaviour

parent e4a84b42
No related branches found
No related tags found
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.
Finish editing this message first!
Please register or to comment