GitHub user luvpreetsingh closed a discussion: Enable both Google Login and
Login with email-password at the same time
Hi,
I have recently enabled google login on my superset installation.
```
from flask_appbuilder.security.manager import (AUTH_DB, AUTH_OAUTH)
AUTH_TYPE = AUTH_OAUTH
```
But now I am not getting the option to login with email and password.
Is it possible to have both login options? Something like
```
AUTH_TYPE = [AUTH_DB, AUTH_OAUTH]
```
GitHub link: https://github.com/apache/superset/discussions/32660
----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]