Skip to content
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

User names not being checked for first and last names #854

Open
dvstans opened this issue Oct 24, 2022 · 2 comments
Open

User names not being checked for first and last names #854

dvstans opened this issue Oct 24, 2022 · 2 comments
Labels
Component: Web UI Relates to web appp user interface SeenByJosh Track Externally Type: New Feature New or enhanced feature

Comments

@dvstans
Copy link
Collaborator

dvstans commented Oct 24, 2022

The current DB code simply parses the provided name field assuming a format of "firstname lastname". It is unclear if supported identify providers enforce first/last names or allow additional parts. The DataFed registration process should show the user's name and allow editing to ensure a first/last name is provided. The name fields are only used by DataFed and subsequent log-ins are based on UUIDs.

@dvstans dvstans added Type: New Feature New or enhanced feature Component: Web UI Relates to web appp user interface labels Oct 24, 2022
@JoshuaSBrown
Copy link
Collaborator

Clarification

I'm not sure I fully understand what this is saying. Is it that users enter their first and last names when registering for a DataFed account and both their first and last names are entered in a single field? Where are their names used? I also don't understand how it is relevant to the rest of DataFed's features?

@dvstans
Copy link
Collaborator Author

dvstans commented Jan 26, 2023

DataFed is relying entirely on the "name" field provided by Globus when a user first registers. This is a single string that has an unpredictable format. DataFed requires a first and last name for the purposes of sorting and searching for users by name.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Web UI Relates to web appp user interface SeenByJosh Track Externally Type: New Feature New or enhanced feature
Projects
None yet
Development

No branches or pull requests

2 participants