we should check the users table first in case the user ID happens to be in both tables for some reason (this should never happen, but unfortunately there was a bug that led to this rule being violated). by checking the users table first, we ensure that registered wallet users will be able to log in even if there is invalid data in the reserved usernames table.
Details
Details
add userID and wallet address to staging reserved usernames table. then successfully log in with wallet
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
services/identity/src/client_service.rs | ||
---|---|---|
521 ↗ | (On Diff #42597) | you can use login_time here too |