Hi,
In the registration if someone does not use 6 or more characters for the password or their emails do not match they are forwarded to the same page with some or none of the field data missing. If you mess-up the captcha then all your data is kept except for the double password... etc ...
How can I stop the forwarding process and still retain the login errors that are being created? What I want to do is use ajax instead so the page does not have to reload, therefore the data won't go missing.
Does someone have a solution to this or some insight?
Thanks,
4dplane
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by RaĆ¼l Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- Kevin Jardine@kevin
Kevin Jardine - 0 likes
- 4dplane@4dplane
4dplane - 0 likes
You must log in to post replies.The flexreg plugin (part of my form suite of plugins) does proper form validation and redisplays all registration content.
It does not work with the Elgg captcha plugin as that forwards to the front page and throws away all the information.
Thanks Kevin,
I tried your plugin before but ran into a problem - I will look again...