send out a recovery email after a new user is created.

This commit is contained in:
Maarten de Waard 2022-07-21 10:47:08 +02:00
parent 72f54df155
commit 685ddeff00
No known key found for this signature in database
GPG key ID: 1D3E893A657CC8DA
2 changed files with 36 additions and 8 deletions

View file

@ -1,5 +1,3 @@
/* base.js
This is the base JS file to render the user interfaces of kratos and provide
the end user with flows for login, recovery etc.
@ -433,8 +431,3 @@ $.urlParam = function(name) {
}
return decodeURI(results[1]) || 0;
};