Closed (fixed)
Project:
Custom username validation
Version:
6.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
28 Jul 2010 at 18:59 UTC
Updated:
22 Aug 2010 at 15:30 UTC
Hello,
This is just a friendly request to point out on the project page, that the native "Access Rules" in Drupal can accomplish much of what this modules does. Something a newbie might not have found yet if they just need normal username validation.
Thanks!
Comments
Comment #1
Schneck commentedHi there,
I must admit that I don't really understand the request - using the Drupal permission system does not provide validation of usernames, right? Could you please try to explain a bit more?
Thanks
Comment #2
doublejosh commentedThe "Access Rules" area of User Management is a validation system for both usernames and email addresses.
http://YOURSITE.COM/admin/user/rules
For example: I usually disallow usernames like "*admin*" or "*official*" or "*security*".
Comment #3
Schneck commentedI see - good point. I put the notice on the project page. Thanks for the hint.