-
Notifications
You must be signed in to change notification settings - Fork 18
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
unable to login with local user #24
Comments
The issue is that the user activation is not working, everything is OK when email activation is disabled. |
I see the same. Local login works when email activation is disabled |
I had trouble getting it running as well. Two things fixed this issue for me, solving the first one opened up the issue identified here:
var SUPPORTED_SERVICES = [
router.get('/users/activate').to('Users.activate'); Hope this helps others. |
Hi,
Facebook auth is working but I am unable to login with local users.
""
Error: Could not verify your login information.
""
I tried filesystem, memory and riak backends.
The text was updated successfully, but these errors were encountered: