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
Nebari/jhub-apps are configured to use email address as username. The email address is taking up a lot of space and making the UI cumbersome to use in places like shared apps cards.
Value and/or benefit
Exposing a display name, name, and initials would allow for better user experience.
Anything else?
This will be three steps:
Make JupyterHub support these details and return them in /user endpoint (if maintainers agree)
Feature description
Nebari/jhub-apps are configured to use email address as username. The email address is taking up a lot of space and making the UI cumbersome to use in places like shared apps cards.
Value and/or benefit
Exposing a display name, name, and initials would allow for better user experience.
Anything else?
This will be three steps:
/user
endpoint (if maintainers agree)jhub-apps/jhub_apps/service/models.py
Lines 22 to 32 in a9bab8f
I suspect nothing else will be needed on jhub-apps side since it just feeds the
/user
response to the model:jhub-apps/jhub_apps/service/security.py
Lines 55 to 73 in a9bab8f
The text was updated successfully, but these errors were encountered: