-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support to enable/disable user account #26
Labels
Comments
stcarrez
added a commit
that referenced
this issue
Aug 28, 2022
and add status member to the User table
stcarrez
added a commit
that referenced
this issue
Aug 28, 2022
stcarrez
added a commit
that referenced
this issue
Aug 28, 2022
Reject authentication when the user is disabled Add command support to enable/disable a user
stcarrez
added a commit
that referenced
this issue
Aug 28, 2022
Update the awa user command to check that the new registered user is in a good state (cannot login until it is validated by auth key).
stcarrez
added a commit
that referenced
this issue
Aug 28, 2022
stcarrez
added a commit
that referenced
this issue
Aug 28, 2022
stcarrez
added a commit
that referenced
this issue
Sep 10, 2022
stcarrez
added a commit
that referenced
this issue
Sep 17, 2022
stcarrez
added a commit
that referenced
this issue
Sep 17, 2022
has not validated the verification key
stcarrez
added a commit
that referenced
this issue
Sep 17, 2022
stcarrez
added a commit
that referenced
this issue
Sep 17, 2022
- return the access key created for the user - allow to create a user without sending an email - forbid a password reset/change if the user is not enabled
stcarrez
added a commit
that referenced
this issue
Sep 17, 2022
- don't delete the valication key if the user is registered but does not have a password - redirect the user to the change-password page with the same validation key so that we setup a password for the user
stcarrez
added a commit
that referenced
this issue
Sep 17, 2022
stcarrez
added a commit
that referenced
this issue
Sep 18, 2022
Update configuration to redirect to the workspace main page after password change because we are now authentified
stcarrez
added a commit
that referenced
this issue
Sep 18, 2022
Done in AWA 2.5.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The AWA user model is missing the ability to enable/disable a user account.
The text was updated successfully, but these errors were encountered: