Closed (fixed)
Project:
Lightweight Directory Access Protocol
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
1 Aug 2011 at 07:42 UTC
Updated:
4 Aug 2011 at 03:02 UTC
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.
| Comment | File | Size | Author |
|---|---|---|---|
| ldap_authentication.inc_.patch | 697 bytes | kbnielsen |
Comments
Comment #1
johnbarclay commentedLooks good. I would change:
'The password cannot be changed'
to
'The password cannot be changed using this website'
Comment #2
kbnielsen commentedSure... Much better wording - can you change it when you commit it, or do you want a new patch?
Comment #3
johnbarclay commentedI pushed this to head, which is 7.x-1.x-dev. Thanks.