Does anyone know how to take the 'Request New Password' part off the user login page? I want to add my own thing.

Comments

strands’s picture

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?"

heleng’s picture

Yeah I would like to take it out of the css so that the words dont appear on the page

jaypan’s picture

Contact me to contract me for D7 -> D10/11 migrations.

heleng’s picture

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.

Anonymous’s picture

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.