meteor-useraccounts / core

Meteor sign up and sign in templates' core functionalities
http://useraccounts.meteor.com/
MIT License
529 stars 278 forks source link

AccountsTemplates.configure({showReCaptcha: true}) Show reCaptha only on Sign Up Form not on Sign In Form #752

Open Prospus-AnimeshSharma opened 6 years ago

Prospus-AnimeshSharma commented 6 years ago

I am a novice on Meteor. I am using following accounts packages -

Now, I am using {{atForm}}. I am configuring AccountsTemplates to show Google reCaptha on SignIn form. I got site and secret keys and set those up in my app. I am getting reCaptha on SignUp form but not on SignIn form. I need just opposite to it.

Please help. Thanks in advance!