1 rossputin Oct 17, 2010 15:35
3 rossputin Oct 17, 2010 17:00
I didn't realize captcha could apply to registration. will check it out. i don't think i need captcha for comments at this point since I don't get spam comments as long as I require users to be registered to post a comment.
spiceygas2 wrote:
Have you considered the captcha plugin? I requires people to do a captcha when registering for an account or posting anonymously.
4 rossputin Oct 17, 2010 17:19
Is there any way to apply captcha to registration but not comments?
Also, is there any way to automatically raise a user level from 1 to 2 once they confirm registration by e-mail?
5 edb Oct 17, 2010 17:31
Neat idea. I'm thinking at a core level you have an extra users table for non-validated. Upon validation all the info is crossed over to the real users table where they get their user ID number.
Automagically raising the level would be a plugin thing TTBOMK.
6 rossputin Oct 17, 2010 17:35
Hi Ed,
The code is way way way beyond me, but I like the idea because it would allow those who have validated not to be subjected to captcha for comments.
7 spiceygas2 Oct 17, 2010 19:20
For using captcha during registration but not comment, I would think you could do it by disabling some of the event hooks in Back office -> global settings -> Plugins -> Captcha Images -> Plugin Events.
Warning: Disabling events can make the plugin stop working as intended. If I were you, I'd try it first on a test server and remove the events for comment fields (and then lots of testing).
8 sam2kb Oct 17, 2010 19:54
There should be a checkbox in the plugin settings for that, if not then disabling the events/hooks is a way to go.
Regarding the autodelete thing, there should be a scheduled task for that.
@EdB
Why do you need a separate table for that? We can easily display user status (validated or not) in user list, allowing admins to sort/filter by that status.
EDIT: commited this to CVS ;)
Also added a link to delete edited user as requested in the first post
Have you considered the captcha plugin? I requires people to do a captcha when registering for an account or posting anonymously.