By Deyan on
How can I make the htp://site.com/profile page inaccessible on Drupal 5? I don't want anybody to be able to pull out the user list. Please help me.
How can I make the htp://site.com/profile page inaccessible on Drupal 5? I don't want anybody to be able to pull out the user list. Please help me.
Comments
easy...
create a view to override the profile page, then deny all but administrators from displaying the view. (see views.module)