• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

Account activation questions

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,

i would like to have another option for user account activation: "Admin activation".

We, at our (still phpBB) powered forum use this "weapon" against spammers.

phpBB offers "User activation" (email verification) OR "Admin activation" (human forum admin) -- exclusive OR.

This puts a lot of work on fourm admin shoulders, since it have to review those spam accounts too, that would be filtered if email activation is used. As our experience shows, the email verification method ONLY is not enough.

Could this just be another ON/OFF operation? Something like this:

Enable Captcha during registration -- ON/OFF
Enable registration of new users -- ON/OFF
Requires user to authenticate email -- ON/OFF
Requires admin to activate new users -- ON/OFF

So, if all four is active, admin should handle only registrations that already have validated emails....

And one more thing: a BIG +1 for captcha per post option.

~t~
[originally posted on jforum.net by cstamas]
 
Story like this gets better after being told a few times. Or maybe it's just a tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic