laravel-oci8 icon indicating copy to clipboard operation
laravel-oci8 copied to clipboard

Auth problem with password and oracle connection

Open alazarog7 opened this issue 6 years ago • 1 comments

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])

alazarog7 avatar Nov 23 '18 19:11 alazarog7

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.

yajra avatar Dec 11 '18 00:12 yajra

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] avatar Nov 07 '22 03:11 github-actions[bot]

This issue was closed because it has been inactive for 7 days since being marked as stale.

github-actions[bot] avatar Nov 15 '22 03:11 github-actions[bot]