Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[5.3] Implement oracle user provider. #216

Merged
merged 1 commit into from
Oct 12, 2016
Merged

[5.3] Implement oracle user provider. #216

merged 1 commit into from
Oct 12, 2016

Conversation

yajra
Copy link
Owner

@yajra yajra commented Oct 12, 2016

When using oracle, we may encounter a problem on authentication because oracle queries are case sensitive by default.

By using this oracle user provider, we will now be able to avoid user issues when logging in and doing a forgot password failure because of case sensitive search.

To use, just update auth.php config and set the driver to oracle

'providers' => [
    'users' => [
        'driver' => 'oracle',
        'model' => App\User::class,
    ],
]

@yajra yajra force-pushed the oracle-user-provider branch 2 times, most recently from 86a8cac to bdbfc66 Compare October 12, 2016 08:37
@yajra yajra merged commit 4ca8c46 into 5.3 Oct 12, 2016
@yajra yajra deleted the oracle-user-provider branch November 8, 2016 00:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant