Using Drupal 4.7,

Of course the simple way is simply to create dummy users with the names you don't want registered, but here is my dilemma...

I use pathauto.module so that any content created by a user is:

mydomain.com/[user]/[title]

Regular pages (created by admins) are at:

mydomain.com/[title]

What will happen when someone tries to register a username (e.g. Help or About)? Will this be prevented from happening or do I need to put some safe guards in place?

Thanks,

Alex

Comments

mgigirey’s picture

Under administer >> access control >> create a deny rule in access rules for the specified user you want to deny.


www.serbuntu.net

ALT83’s picture

That's great thanks, never used that feature before :)