statusnet
Discussions
Activity
Sign In
How to stop auto registration and spammer?
Hii
January 2010
in
General
how can i stop auto registration and spammer? 15 auto registration in 10 min!
what can I do stop them? (I turn my site is inviteonly now)
Comments
twitman
January 2010
Use the recaptcha plugin
addPlugin('recaptcha', array('private_key' => 'Key value',
'public_key' => 'Key Value'));
Go to recaptcha website to get the key
Hii
January 2010
Thank you very much
Sign In
or
Register
to comment.
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Categories
Recent Discussions
Activity
Categories
All Categories
2.3K
General
1.5K
Plugins
283
Themes
57
Installation
282
status.net service
117
Hosting
15
StatusNet Desktop
24
Powered by Vanilla
Comments
addPlugin('recaptcha', array('private_key' => 'Key value',
'public_key' => 'Key Value'));
Go to recaptcha website to get the key