Hi!
Thanks for this module.
Is it possible to have a button for the request new password (like you have done for the register link)?
Thanks!
Hi!
Thanks for this module.
Is it possible to have a button for the request new password (like you have done for the register link)?
Thanks!
Comments
Comment #1
sifaan commentedBTW what I was trying to achieve was to remove the ugly ul styled link for the new password
my present solution (which I think I prefer to having a button) is to set the Password text as
Password (<a href="/user/password">Request New</a>)and then to hide the new password link at the bottom using css:
#user-login-form .item-list { display: none; }If the module had an option to not present the link at all, that would be even nicer ;)
Comment #2
iva2k commentedButton option added to 6.x-1.x-dev. Please try out. Open new issue if other features are needed.