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

unable to login with local user #24

Open
mirdhyn opened this issue Jun 26, 2014 · 4 comments
Open

unable to login with local user #24

mirdhyn opened this issue Jun 26, 2014 · 4 comments

Comments

@mirdhyn
Copy link

mirdhyn commented Jun 26, 2014

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.

@mirdhyn
Copy link
Author

mirdhyn commented Jun 29, 2014

The issue is that the user activation is not working, everything is OK when email activation is disabled.

@vishim
Copy link

vishim commented Oct 31, 2014

I see the same. Local login works when email activation is disabled

@binhwpo
Copy link

binhwpo commented Mar 11, 2015

Hello @vishim @mirdhyn , I'm facing this same issue. Could you please tell me how to disable the Email Activation?

Thanks.

@myichild
Copy link

myichild commented Oct 1, 2015

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:

  1. in lib/passpoer/actions.js I commented out the google option. This causes an error when launching the server:

var SUPPORTED_SERVICES = [
'twitter'
, 'facebook'
, 'yammer'
// , 'google' <<< The better solution is to provide the missing auth credentials block in secret.js
];

  1. Added a routing to Users.activate in router.js so email authentication could take place:

router.get('/users/activate').to('Users.activate');

Hope this helps others.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants