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 wondering if we should list the name(s) of any ADMIN users on the login screen. Bascially, if someone is sent this link to the application, but they weren't granted access (a userid) yet, perhaps it would be useful for them to know who to contact with such a request.
I know this could be achieved by querying the credentials.db and including the name(s) in the notes field on run_app() but I think it would be more sophisticated to integrate this in another way? Maybe with a question mark button somewhere?
Also, we currently don't collect email addresses, but maybe we do make that a required field for ADMIN users so that we can link their emails to their names to make these request workflows more streamlined with a simple mailto: solution.
The text was updated successfully, but these errors were encountered:
AARON-CLARK
changed the title
List ADMIN Users on log-on screen
List ADMIN Users on log-on screen?
Mar 14, 2023
I'm wondering if we should list the name(s) of any
ADMIN
users on the login screen. Bascially, if someone is sent this link to the application, but they weren't granted access (a userid) yet, perhaps it would be useful for them to know who to contact with such a request.I know this could be achieved by querying the
credentials.db
and including the name(s) in the notes field onrun_app()
but I think it would be more sophisticated to integrate this in another way? Maybe with a question mark button somewhere?Also, we currently don't collect email addresses, but maybe we do make that a required field for
ADMIN
users so that we can link their emails to their names to make these request workflows more streamlined with a simplemailto:
solution.The text was updated successfully, but these errors were encountered: