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 registration form "Notes" field usability issue #759

Open
maarten-litmaath opened this issue Apr 24, 2024 · 2 comments · May be fixed by #782
Open

User registration form "Notes" field usability issue #759

maarten-litmaath opened this issue Apr 24, 2024 · 2 comments · May be fixed by #782

Comments

@maarten-litmaath
Copy link

The "Notes" field in the user registration form is both mandatory and empty by default, which means the user has to invent some text to be able to submit the form.

There are a few ways to improve the UX:

  • allow the field to be removed from the form (that would be best for the LHC experiments);
  • make the field optional;
  • provide a default content, e.g. a neutral message like "to get access to resources for my work".

If any of these improvements is easy to implement in the short term, it would be good to have that available soon, thanks!

@maarten-litmaath
Copy link
Author

user-reg-notes-1 user-reg-notes-2

@federicaagostini federicaagostini changed the title user registration form "Notes" field usability issue User registration form "Notes" field usability issue Apr 26, 2024
@norealroots
Copy link
Contributor

Our planned implementation for this is:

  • Maintain the current behavior as default
  • give the IAM administrator config options to change this behavior:
  1. Mandatory: this is the current behavior, which requires a request to have the notes field completes
  2. Optional: this keeps the notes field on the form, but it is no longer a required field
  3. Hidden: this hides the notes field completely, so that users do not see it.

@Sae126V will be looking into this as part of the INDIGO IAM Hackathon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: On Review
Development

Successfully merging a pull request may close this issue.

4 participants