register problem 2.1
i am having problem to register in 2.1 version.
I am using the botstop plugin and he changes the recaptcha with the question in botstop.
When i fill all fields correctly and submit, i see this text:
To use reCAPTCHA you must get an API key from https://www.google.com/recaptcha/admin/create
There is no confirmation email sent
What is going wrong now?
Best Answer
-
peregrine MVP
I recommend not using botstop in vanilla 2.1, since it has 2.0 vanilla views.
you can use addregistration question plugin. (you can read the readme in that plugin).
see this comment
http://vanillaforums.org/discussion/comment/220407/#Comment_220407
- if you decide to switch to add registration question.
make sure you read the add registration question plugin description and plugin readme twice, maybe 3x
so you understand it.
http://vanillaforums.org/addon/addregistrationquestion-plugin
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
1
Answers
I recommend not using botstop in vanilla 2.1, since it has 2.0 vanilla views.
you can use addregistration question plugin. (you can read the readme in that plugin).
see this comment
http://vanillaforums.org/discussion/comment/220407/#Comment_220407
make sure you read the add registration question plugin description and plugin readme twice, maybe 3x
so you understand it.
http://vanillaforums.org/addon/addregistrationquestion-plugin
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
That works fine @peregrine. Thanks again. Finally i can register
This is really a great plugin, specially by the javascript who checks if the passwords are strong enough.
password strength checking is done by vanilla core in 2.1
the addregistration plugin purely asks and checks a question.
you can and should add to the list here;
http://vanillaforums.org/discussion/26703/plugins-themes-that-work-and-dont-work-in-vanilla-2-1/p1
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.