Removing ask for password tab
Tue, May 1, 2012
1-minute read
For a Drupal web sites, where adding new user is administrator task, people want to remove create new user, or ask for password tabs from administration menu.
Fortunately Drupal is open and flexible to allow building new modules that will hook with existing menus and alter them (you do not want to mess with core, right :-).
So, just create simple, small module with this code:
|
|
That is all.
\bye