Skip to content
Snippets Groups Projects
Commit 51a66738 authored by Stephane Bouvry's avatar Stephane Bouvry
Browse files

Documentation de l'option authPersonNormalize

parent 69c46201
No related branches found
No related tags found
1 merge request!4Master
Pipeline #4499 passed
......@@ -536,7 +536,23 @@ return array(
);
```
### Relation Person / Authentification
Une option a été ajouté pour force Oscar à ignorer la casse lorsque il établit la relation entre l'indentifiant de connexion et le login de la fiche personne. Par défaut cette option est ignorée, pour l'activier, éditer le fichier de configuration local :
```php
<?php
// config/autoload.local.php
// ...
return array(
// ...
// Oscar
'oscar' => [
// ...
'authPersonNormalize' => true,
]
);
```
### Usurpation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment