lib: enable email as uid field by default
This commit is contained in:
parent
b718be6593
commit
d729dc45d5
|
@ -58,6 +58,7 @@ passbook:
|
||||||
# Specify which fields can be used to authenticate. Can be any combination of `username` and `email`
|
# Specify which fields can be used to authenticate. Can be any combination of `username` and `email`
|
||||||
uid_fields:
|
uid_fields:
|
||||||
- username
|
- username
|
||||||
|
- email
|
||||||
session:
|
session:
|
||||||
remember_age: 2592000 # 60 * 60 * 24 * 30, one month
|
remember_age: 2592000 # 60 * 60 * 24 * 30, one month
|
||||||
# Provider-specific settings
|
# Provider-specific settings
|
||||||
|
@ -114,4 +115,4 @@ saml_idp:
|
||||||
- passbook.saml_idp.processors.nextcloud
|
- passbook.saml_idp.processors.nextcloud
|
||||||
- passbook.saml_idp.processors.salesforce
|
- passbook.saml_idp.processors.salesforce
|
||||||
- passbook.saml_idp.processors.shibboleth
|
- passbook.saml_idp.processors.shibboleth
|
||||||
- passbook.saml_idp.processors.wordpress_orange
|
- passbook.saml_idp.processors.wordpress_orange
|
||||||
|
|
Reference in a new issue