By heleng on
Does anyone know how to take the 'Request New Password' part off the user login page? I want to add my own thing.
Does anyone know how to take the 'Request New Password' part off the user login page? I want to add my own thing.
Comments
It depends what you mean
It depends what you mean Helen,
There are many ways to "take the 'Request New Password' part off the use rlogin page" - do you just want to remove it with CSS?
What do mean by "Add your own thing?"
Yeah I would like to take it
Yeah I would like to take it out of the css so that the words dont appear on the page
This module does
This module does that:
http://drupal.org/project/noreqnewpass
Contact me to contract me for D7 -> D10/11 migrations.
I have tried this module and
I have tried this module and it isn't exactly what I want. I want to be able to change the words 'Request New Password' instead of taking it out altogether. I want to change it to say something else.
I think you need to implement
I think you need to implement hook_form_alter() and filter the 'user_login' form_id.. I'm not sure whats the name of the link but try to do dsm($form) to see which is it that you need to change.