laravel-oci8
laravel-oci8 copied to clipboard
Auth problem with password and oracle connection
Summary of problem or feature request
Auth::attemp() returns false every time I test login with right data using oracle db, but postgres there is no problem.
Code snippet of problem
Auth::attempt(['USUARIO_ALIAS'=>$request->usuario,'password'=>$request->pass])
Using the standard auth of laravel uses case sensitive credentials. If you want it case insensitive, use the auth provider included in the package. See https://github.com/yajra/laravel-oci8#laravel-52-oracle-user-provider.
This issue is stale because it has been open for 30 days with no activity.
This issue was closed because it has been inactive for 7 days since being marked as stale.