-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update user logic #13
Conversation
I changed this on purpose. The current |
Yes, as we discussed I already reverted this logic. The ID is the address so it must be provided during registration and cannot be changed once registered. |
This PR adds logic to allows users to update their registered information. Users are allowed to update information like,
User ID must be provided
Fixes
Adds a fix to prevent users from registering with an ID. IDs must be autogenerated by the DB.
Refactored code in the users db crate.