Commit 933d461484d4416e795eae72bba591fd5a95d4b5
Exists in
master
Merge pull request #1097 from randaalex/patch-1
Update LDAP documentation
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
README.md
... | ... | @@ -171,7 +171,7 @@ to your user account on your **Edit profile** page. |
171 | 171 | |
172 | 172 | ### Configuring LDAP authentication: |
173 | 173 | |
174 | -* Set USER_HAS_USERNAME=true | |
174 | +* Set ERRBIT_USER_HAS_USERNAME=true | |
175 | 175 | * Follow the instructions at |
176 | 176 | https://github.com/cschiewek/devise_ldap_authenticatable to set up the |
177 | 177 | devise_ldap_authenticatable gem. | ... | ... |