[sork] Passwd backends

Fred Ho fkho at fredho.net
Fri Jan 28 06:24:45 PST 2005


> Yep, works fine! Thanks man!
>
> I think 2 features should be included in next version of horde-passwd.
>
> 1. config false/true for fulll user at domain username.
> 2. config hide/show username filed (when hide, not able to change user to
> change password for)

    For a quick hack, you can modify the HTML text by adding the
"readonly" attribute in the file horde/passwd/templates/main as in
the line here:
<input type="text" name="userid" value="<?php echo
htmlspecialchars($userid)
?>" readonly>

Regards,
Fred


More information about the sork mailing list