-
Notifications
You must be signed in to change notification settings - Fork 11
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
Issue with EloquentUserProvider #2
Comments
Are you sure that you've changed the authentication driver in Enviado via Galaxy Nexus
|
Nope, the confide-mongo README is pretty vague about the auth file configuration ;-) I should have taken the time to fully read the mongolid documentation. But it did the trick. Thanks ! |
Thanks @thylo, that sure will be helpful :) |
Hi,
I'm experiencing a problem while trying to activate my user account (via f.i http://localhost:8000/user/confirm/ea00ba93d264d2f18d44a1d1d8f4969d ). I get an error when Illuminate/Auth/Guard.php
Tries to :
128 :$user = $this->provider->retrieveByID($id);
It seems like laravel still want to use "EloquentUserProvider" to do that, wich of course fails as I use confide-mongo.
Any idea how to fix that ?
The text was updated successfully, but these errors were encountered: