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

pixel13’s picture

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:

$items[] = l(t('Request new password'), 'user/password', array('title' => t('Request new password via e-mail.')));

Ciao.

riccardo.cardin’s picture

Thanks.
I'll try immediatly.

Riccardo Cardin
--