-
Notifications
You must be signed in to change notification settings - Fork 4
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
Initial start up page #234
Comments
I was not 100% certain how to go about this. First of all there are a couple of cases we need to keep distinct:
In case 1 the user was redirected to the form to create a new user with a very short message to create an admin user. I think this is the case where a page like mentioned above makes most sense. But I think the wording above is misleading, becaue even when using LDAP/AD, you still should create an admin user. Also, we have SAML as an additional option not mentioned above. So this is what I came up with: In case two, we already have a message to inform the user of the necessary next step: I think it might make sense to repeat the same information about alternative authentication for regular users here. wdyt? In case 3 we go straight to the login form. I took the liberty to amend the layout of this to match the one above. This reduces the space the logo takes up significantly and thus makes better use of screen real estate imo. Thinking some more about this, I think we need to skip at least some of case 1 and all of case 2 when either LDAP or SAML is already configured. Also, we need to consider that no authentication is required, as you point out in the edited description (also see #54). |
Adds a welcome page upon first access that explains that an admin user is needed and displays information about external authentication sources if applicable. It no longer prompts to create a new regular user if external authentication is already configured. If authentication is disabled none of this is displayed (fixes #54)
Adds a welcome page upon first access that explains that an admin user is needed and displays information about external authentication sources if applicable. It no longer prompts to create a new regular user if external authentication is already configured. If authentication is disabled none of this is displayed (fixes #54)
* Improve first access flow #234 Adds a welcome page upon first access that explains that an admin user is needed and displays information about external authentication sources if applicable. It no longer prompts to create a new regular user if external authentication is already configured. If authentication is disabled none of this is displayed (fixes #54)
To make it easier for users understanding the initial setup and config possibilities, we want to offer an initial start up page.
Content A (authentication disabled):
Content B (local auth - how does LDAP work?):
The text was updated successfully, but these errors were encountered: