BookStack/app/Http/Controllers/Auth
Dan Brown d2a9b312e9
Fixed LDAP group sync using wrong user filter
LDAP group sync was trying to find users based on the external_auth_id
which is not garunteed to match the username entered so somtimes
the search for a user would fail.

This passes the username to the group sync.
Picked up by @yoyokko in #959.
2018-08-19 15:24:42 +01:00
..
ForgotPasswordController.php Set /app PHP code to PSR-2 standard 2018-01-28 16:58:52 +00:00
LoginController.php Fixed LDAP group sync using wrong user filter 2018-08-19 15:24:42 +01:00
RegisterController.php Fixed validation issue on register post 2018-01-28 17:15:30 +00:00
ResetPasswordController.php Set /app PHP code to PSR-2 standard 2018-01-28 16:58:52 +00:00