-
Notifications
You must be signed in to change notification settings - Fork 48
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
Enhance Activate/Deactivate users #1411
Comments
avniproject/avni-server#840 (comment) - suppress / resend credentials spike |
@1t5j0y yes it is via setting RESEND in MessageAction we can resend the credentials when activating the user. will update the technical details for more clarity |
Notes
|
…er active status. use cognito api to disable the user on creation if active field is false. api for activating the user.
…super admin for testing. activate user working.
@petmongrels oh yeah I forgot to add the permissions requirement, will add it |
…ne method per cognito operation. added enable user endpoint to external api. handler do not send sms and force send sms.
…to standard contract fields. api doc change.
…er active status. use cognito api to disable the user on creation if active field is false. api for activating the user.
…super admin for testing. activate user working.
…ne method per cognito operation. added enable user endpoint to external api. handler do not send sms and force send sms.
…to standard contract fields. api doc change.
…. to be used by graal based rule service.
@petmongrels looks like the above case got missed in AC. When a user is inactive, in the list of users page it should not show as 'Active' @AchalaBelokar u can continue testing the other cases in the mean time. |
…e on csv upload
…. to be used by graal based rule service.
@petmongrels User created in deactivated state by default when no value is entered. This is causing confusion since users are not used to enter value for this column. |
Need:
Users to be activated not by default. And instead can be activated when needed.
AC:
Allowed values: yes, no. Default: yes
in the descriptor rowTechnical details:
AdminCreateUser
cognito API also works like the above expected way only. It resends only when the user is inFORCE_CHANGE_PASSWORD
state and when the user is in CONFIRMED state, it returns400 Bad request
with below error message:Inputs
Privilege.PrivilegeType.Messaging
or 'PrivilegeType.EditUserConfiguration'reset password - send credentials? Metabase
security - enabling user - sending credentials
Self-serice - anyone, remove admin premission, Avni cloud self-hostable
Ignore: old:
The text was updated successfully, but these errors were encountered: