-
Notifications
You must be signed in to change notification settings - Fork 2
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
Password change, profile update API and Email whitelisting #59
Conversation
saifullah-talukder
commented
Jun 14, 2024
•
edited
Loading
edited
- Password change api implemented
- User profile update api implemented
- Checking of whether email is whitelisted before allowing registration is implemented.
- User group field added.
Check whether email is whitelisted and approved before allowing registration
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good work. Just a few comments with some small changes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks very good. Not much to add at this stage :)
…date password api
^ the trait sqlx::Decode<'_, Postgres> is not implemented for UserGroup, which is required by for<'r> users::models::User: FromRow<'r, PgRow>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Merge it.