This small patch sets a help text on a disabled password field. If a help URL is specified, a link is created, otherwise the text "The password cannot be changed" is used instead.

Patch is purely cosmetic.

CommentFileSizeAuthor
ldap_authentication.inc_.patch697 byteskbnielsen

Comments

johnbarclay’s picture

Title: Small patch to provide more info on a disabled password field » Authentication: Small patch to provide more info on a disabled password field
Category: bug » task

Looks good. I would change:

'The password cannot be changed'

to

'The password cannot be changed using this website'

kbnielsen’s picture

Sure... Much better wording - can you change it when you commit it, or do you want a new patch?

johnbarclay’s picture

Version: 7.x-2.x-dev » 7.x-1.x-dev
Status: Needs review » Closed (fixed)

I pushed this to head, which is 7.x-1.x-dev. Thanks.