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

state='signUp' not working after meteor 1.0.2 upgrade #217

Closed
hsribei opened this issue Dec 25, 2014 · 5 comments
Closed

state='signUp' not working after meteor 1.0.2 upgrade #217

hsribei opened this issue Dec 25, 2014 · 5 comments

Comments

@hsribei
Copy link

hsribei commented Dec 25, 2014

I have a template that uses {{> atForm state='signUp'}} to display a signup form on the landing page.

It worked perfectly until I upgraded to meteor 1.0.2 (from 1.0.1). Now it only displays the login form, without even a link to the signup form ('entrar' == 'log in'):

mural_de_caronas

Any idea what I can do to fix this, please? Thanks!

@splendido
Copy link
Member

This was due to the latest updates about Template.parentData() which I was not aware of!
See the History and the related issue

Thanks!

@hsribei
Copy link
Author

hsribei commented Dec 26, 2014

Just tested and it worked great. Thanks a lot!

@splendido
Copy link
Member

👍

@Pierre-Ferreira
Copy link

Hi there.
I am getting sort of the same issue.
When doing {{> atForm state='signUp'}} my social logins shows register, but the email login shows 'Sign In'.
screenshot 2015-06-25 10 18 57

I am using:
useraccounts:bootstrap@1.3.2
useraccounts:core@1.3.2
Meteor 1.1.0.2

Please help. Thank you!

@splendido
Copy link
Member

Sign in Text is not the default text, so I guess you've changed it somehow.
In case this is the case, please have a look here to see how to specify different text for different states.

Let me know

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

3 participants