-
Notifications
You must be signed in to change notification settings - Fork 26
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
[Spike] Activate user #840
Comments
Approach can be simplified using AdminCreateUser MessageAction:
Work breakdown:
|
Glific team finds authentication via SRP to be difficult from their Elixir backend. So 2 approaches we can think of
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
User flow:
Users uploaded on Avni should receive their credentials only after they complete their training on Glific. So the flow for this keeping in mind to minimise the errors is:
As is:
Currently activating or deactivating a user from webapp User page, activates/deactivates in Cognito as well, enabling the user to login. The user doesn't receive any credentials on activation.
Suggestion of Avni flow:
Step 1: Creating users in deactivated mode:
Technical suggestion to achieve the above:
Set DesiredDeliveryMediums to empty list on user creation API to avoid sending SMS to the user
Step 2: Sending user credentials via SMS when activated:
Tech suggestion:
Sample python code:
' to 365 days from 90 days.
AC:
Inputs:
The text was updated successfully, but these errors were encountered: