issues
search
AtlasOfLivingAustralia
/
userdetails
Atlas user management - includes "my profile", user data and admin functions
Other
0
stars
18
forks
source link
Epic/cognito/user service refactor&password reset
#140
Closed
yasima-csiro
closed
1 year ago
yasima-csiro
commented
1 year ago
Main features
MFA
Reset password
Please review following as well.
The username for newly created user will be a 6 digit random number -
https://github.com/AtlasOfLivingAustralia/userdetails/blob/epic/cognito/userServiceRefactor%26PasswordReset/src/main/groovy/au/org/ala/userdetails/CognitoUserService.groovy#L285
Are we going to maintain "custom:activated" field or user status in Cognito pool? -
https://github.com/AtlasOfLivingAustralia/userdetails/blob/epic/cognito/userServiceRefactor%26PasswordReset/src/main/groovy/au/org/ala/userdetails/CognitoUserService.groovy#L325
Regex for Cognito password -
https://github.com/AtlasOfLivingAustralia/userdetails/blob/epic/cognito/userServiceRefactor%26PasswordReset/src/main/groovy/au/org/ala/auth/UpdateCognitoPasswordCommand.groovy#L31
auto generated password for a user -
https://github.com/AtlasOfLivingAustralia/userdetails/blob/epic/cognito/userServiceRefactor%26PasswordReset/grails-app/services/au/org/ala/userdetails/PasswordService.groovy#L79
Main features
Please review following as well.