-
Notifications
You must be signed in to change notification settings - Fork 80
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
Comments
+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. |
Have this same issue. Pretty huge imo |
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. |
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. |
This is solved in latest release. Thx for reporting! |
Hello,
Using latest version as of now.
Steps to reproduce:
Changing the already set email-field makes it work again.
But this is no solution.
What to do? :)
The text was updated successfully, but these errors were encountered: