Stream: dev

Topic: doubt about username handling (backend)


view this post on Zulip Pablo Picurelli Ortiz (Oct 28 2025 at 15:44):

Hi i would like to ask, once the decision is made, how would be the username handled at backend, and as soon as i can holefully in december when finished first term start writing such code.

view this post on Zulip Philip Durbin ๐Ÿš€ (Oct 28 2025 at 15:46):

Can you please remind us about the details?

view this post on Zulip Pablo Picurelli Ortiz (Oct 28 2025 at 15:47):

Philip Durbin ๐Ÿš€ said:

Can you please remind us about the details?

We need to craft Code at backend level which handles a username including @ character i don't think it's a good idea handling It at frontend level, so probably it's better doing It at backend level

view this post on Zulip Pablo Picurelli Ortiz (Oct 28 2025 at 15:48):

Here is the related pull request which i think ill close It because It tried to implement It at frontend level https://github.com/IQSS/dataverse-frontend/pull/838

view this post on Zulip Philip Durbin ๐Ÿš€ (Oct 28 2025 at 15:54):

Ok, so basically the feature request is to support the "@" character (and probably "." if we don't already) in usernames? So that a username can be an email address?

view this post on Zulip Pablo Picurelli Ortiz (Oct 28 2025 at 15:57):

Philip Durbin ๐Ÿš€ said:

Ok, so basically the feature request is to support the "@" character (and probably "." if we don't already) in usernames? So that a username can be an email address?

It happened when i tried to login in beta.dataverse.org frontend with my academic account as the URJC included @ in the username. Yes basically to handle @ usernames

view this post on Zulip Pablo Picurelli Ortiz (Oct 28 2025 at 15:58):

If it's already done in backend maybe we would need to implement It in frontend, so frontend and backend could be synchronized

view this post on Zulip Pablo Picurelli Ortiz (Oct 28 2025 at 16:00):

I am still getting such error, just tried to login with URJC account

view this post on Zulip Philip Durbin ๐Ÿš€ (Oct 28 2025 at 16:05):

Right, right. Please feel free to create an issue at https://github.com/IQSS/dataverse/issues

view this post on Zulip Pablo Picurelli Ortiz (Oct 28 2025 at 16:06):

Created It like a month ago https://github.com/IQSS/dataverse-frontend/issues/837

view this post on Zulip Philip Durbin ๐Ÿš€ (Oct 28 2025 at 16:08):

Right, but I was thinking it might be nice to have an issue in the backend repo.

view this post on Zulip Pablo Picurelli Ortiz (Oct 28 2025 at 16:08):

Philip Durbin ๐Ÿš€ said:

Right, but I was thinking it might be nice to have an issue in the backend repo.

Ah ok ill create it

view this post on Zulip Philip Durbin ๐Ÿš€ (Oct 28 2025 at 16:09):

Thanks. That's where the change would actually be made.


Last updated: Nov 01 2025 at 14:11 UTC