zorn-v / nextcloud-social-login

GNU Affero General Public License v3.0
199 stars 138 forks source link

Add setting to "Hide default login" #233

Closed daniel-richter closed 3 years ago

daniel-richter commented 3 years ago

I added a setting "Hide default login" (hide_default_login) that removes the default username/password promt from the login page. You can add the showDefault query parameter to the URL for login page (such as /login?showDefault=1) to make it visible again.

daniel-richter commented 3 years ago

Localization key (l10n/*.js): "Hide default login (can be made visible with /login?showDefault=true)"

zorn-v commented 3 years ago

Make sense.

zorn-v commented 3 years ago

Thanks