You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need a CreateAccount Sequence to allow Account Creation directly by users :
This sequence must be public without authenticated context required
It should called automatically a sequence that send an email to confirm account ( ConfirmAccount Sequence)
We need a ConfirmAccount Sequence that send a confirmation email to new user
Confirmation email will be sent with a password reset key
If password reset key is valid, then user will be marked as confirmed and be able to login
We need to change behavior of AddUser Sequence :
This sequence should have a askForPasswordReset variable
If called with askForPasswordReset to false, it should now mark users as confirmed since its creation has been done by an admin
If called with askForPasswordReset to true, it should still mark user as draft and send an email to reset password. Whereas the password has not been reset by the user it should not allow to login
We need to change behavior of SignIn Sequence :
SignIn Sequence must now refuse to login non confirmed accounts and ask them to Confirm account
The text was updated successfully, but these errors were encountered:
CharlesGrimont
changed the title
We need a CreateAccount and ConfirmAccount sequence and change behaviour of AddUser and SignIn sequence
[Breaking changes] We need a CreateAccount and ConfirmAccount sequence and change behaviour of AddUser and SignIn sequence
Jan 26, 2023
CharlesGrimont
changed the title
[Breaking changes] We need a CreateAccount and ConfirmAccount sequence and change behaviour of AddUser and SignIn sequence
[Breaking changes] We need a CreateAccount and ConfirmAccount sequence and change behavior of AddUser and SignIn sequence
Jan 26, 2023
[Breaking changes]
We need a CreateAccount Sequence to allow Account Creation directly by users :
We need a ConfirmAccount Sequence that send a confirmation email to new user
We need to change behavior of AddUser Sequence :
We need to change behavior of SignIn Sequence :
The text was updated successfully, but these errors were encountered: