By riccardo.cardin on
Hi, everyone.
My question is: how can I remove the "request new password" link in the principal page of my drupal site?
In admin >> user >> setting it is not possible...I think...
Thanks a lot to everyone.
Riccardo
--
Comments
Patch code
Hi Riccardo.
I think the only way to achieve it is by hacking the user.module (you can find it in module/user directory of your installation). Just comment (or remove) the following line in user_login_block function:
Ciao.
Thanks. I'll try
Thanks.
I'll try immediatly.
Riccardo Cardin
--