custom_settings: ne plus mettre un mot de passe par défaut aux utilisateurs FC

This commit is contained in:
Benjamin Dauvergne 2018-10-05 16:46:45 +02:00
parent e0bff3128c
commit d4dfb07477
1 changed files with 0 additions and 2 deletions

View File

@ -96,8 +96,6 @@ A2_FC_USER_INFO_MAPPINGS = {
'translation': 'notempty',
'if-tag': 'email',
},
'password': {'compute': 'random', 'if-empty': True},
}
A2_FC_SCOPES = ['openid', 'identite_pivot', 'email', 'address', 'phone']