send out a recovery email after a new user is created.
This commit is contained in:
parent
72f54df155
commit
685ddeff00
2 changed files with 36 additions and 8 deletions
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Reference in a new issue