You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm on f37fdbd working on authenticateduser-related code creating users from https://randomuser.me and just noticed that spaces are allowed in email and useridentifier in the authenticateduser table despite Bean Validation. I can only assume this is a bug
$ psql -c 'select firstname,lastname,email,useridentifier from authenticateduser where id=52;' dataverse_db
firstname | lastname | email | useridentifier
-----------+----------+----------------------------+----------------
Elisah | Da mota | elisah.da mota@example.com | elisah.da mota
(1 row)
We should also doublecheck email and username on the builtinuser table but I suspect username is fine.
The text was updated successfully, but these errors were encountered:
I'm on f37fdbd working on authenticateduser-related code creating users from https://randomuser.me and just noticed that spaces are allowed in email and useridentifier in the authenticateduser table despite Bean Validation. I can only assume this is a bug
We should also doublecheck email and username on the builtinuser table but I suspect username is fine.
The text was updated successfully, but these errors were encountered: