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

problem with loginWith #99

Open
freis opened this issue Apr 20, 2012 · 0 comments
Open

problem with loginWith #99

freis opened this issue Apr 20, 2012 · 0 comments

Comments

@freis
Copy link

freis commented Apr 20, 2012

i'm trying some changes to the example code and im strugling to change to loginWith: 'login'. it gives me this error:
ReferenceError: /home/maluko/nodeTest/views/login.jade:9
7| label(for=everyauth.password.loginFormFieldName) Login
8| input(type='text', name=everyauth.password.loginFormFieldName, value=email)

9| #password
10| label(for=everyauth.password.passwordFormFieldName) Password
11| input(type='password', name=everyauth.password.passwordFormFieldName)
12| #submit

the wierd thing is that i changed
8| input(type='text', name=everyauth.password.loginFormFieldName, value=email)
to
8| input(type='text', name=everyauth.password.loginFormFieldName, value=login)
and still gives me the error, is it me that is doing something stupid or what?

and still how do i manage to do something like loginWith email or login at the same time?

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

1 participant