-
Notifications
You must be signed in to change notification settings - Fork 69
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
Update Sign On Panel to collapse local login if SSO is enabled #701
Conversation
6daead6
to
9512b46
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Genius is never understood in its own time. Approved.
configuration/portal_settings.ini
Outdated
[sso] | ||
; used to show local sign in portion of the sign in modal | ||
; setting to true will show it. | ||
show_local_login = "false" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All of the other entries in this file use on
or off
, we should be consistent.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this just makes me want to change them all to true or false...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, but then will all of the place where they're used still work or will you need to change all of them too.
a0af91d
to
b4f832f
Compare
Description
Force for the local login to be collapsed when using SSO with an option to not if provided.
Fix sign in form saving user and pass by browser when using local login.
Since I was already near some of the stuff in index.php I added a few new lines to make the javascript that is output a little cleaner.
Motivation and Context
Users and developers complained
Tests performed
Manually verified the outcome when SSO enabled and not and various combinations of portal setting
Types of changes