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

sifaan’s picture

Title: Button for Request new password » Option to hide the request new password link at bottom of block

BTW 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 ;)

iva2k’s picture

Status: Active » Fixed

Button option added to 6.x-1.x-dev. Please try out. Open new issue if other features are needed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.