-
Notifications
You must be signed in to change notification settings - Fork 6
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
Fix: Login with email and add option to disable some external auth provider #396
Conversation
when we hover over the button, the disabled ones, need to show a tooltip to tell that they are disabled, using the tooltip component,see example https://stageportal.lirmm.fr/lookbook/inspect/display/info_tooltip/default |
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.
Done
seems the test don't pass, you need to update the |
005ff83
to
acb1632
Compare
…eb_ui into development
…eb_ui into development
You will need to update the config here https://github.com/ontoportal-lirmm/ontoportal-configs also @Bilelkihal |
@syphax-bouazzouni |
Done @Bilelkihal |
Done in this PR:
Fix login using email (it was not working before)
Before there was only login using username, what I'm doing is to check if the input is an email, if yes I get the username of the user based on the email and then do the login using the username.
Make orcid and Keycloak sso diasbled in login page
To show that they work but not configured, I achieved that by adding a new key to the config file which is enable, and the new $OMNIAUTH_PROVIDERS is: