Hi all - I have searched the forums high and low, but cannot seem to find anything that does exactly what I need. I am making a drupal site in which there will only be one user - thus I want to remove the tab in the user_login form which says "request new password" - on the login page before the user logs in.
I would prefer to have this set up through a mini-module, not hacking the core or doing anything I don't really understand enough of to start with (yet, at the least).
I added "lodingmod"-folder to my /contrib/-folder, and made files loginmod.info and loginmod.module.
However, this is as far as I get for now, as my knowledge to php is somewhat limited, I really am at a loss now. How in the world can I get this to check the actual text string of the tab and then have it completely removed if, ie, equals "request new password".
I am very thankful for any pointers on this, I did find some really interesting information, did the mini-module that makes the login-form collapsible and that worked fine, though - it is not what I need.
Now, have fun and happy programming to all of you guys who know so much more about this than me.