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

BUG: Error «Need to set a username or email» when email is set #61

Closed
nadeemja opened this issue Jul 9, 2016 · 5 comments
Closed
Assignees
Labels
Milestone

Comments

@nadeemja
Copy link

nadeemja commented Jul 9, 2016

Hello,

Using latest version as of now.

Steps to reproduce:

  1. First fill out login form with both email and password,
  2. Then click register button.
  3. Finally click register button again.
  4. Observe error message.

Changing the already set email-field makes it work again.
But this is no solution.

What to do? :)

@taydotis
Copy link

+1 Does anyone have a build that does not do this? Which version are you using? I am having this same issue with React Router and Semantic.

@0xburn2
Copy link

0xburn2 commented Jul 21, 2016

Have this same issue. Pretty huge imo

@rogerdek
Copy link

I believe this is the same issue as described in #43 as well as in TelescopeJS/Telescope#1308

It seems that if you enter a password and then click "Register" the password field converts to an Email field (type=email) which will make the password visible.

@timbrandin
Copy link
Member

This seems to be related to the email field being reset on state changes to formState. I'm thinking this could be solved while also adding a feature to remember previous entered values while switching between routes, states and also. Because as it is now it will forget the field state when switching routes, which I think was one of the best features of the original account-ui in Meteor.

@timbrandin
Copy link
Member

timbrandin commented Dec 18, 2016

This is solved in latest release. Thx for reporting!

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

No branches or pull requests

5 participants