lib: enable email as uid field by default

This commit is contained in:
Jens Langhammer 2018-12-18 15:32:52 +01:00
parent b718be6593
commit d729dc45d5
1 changed files with 2 additions and 1 deletions

View File

@ -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