mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:42 +01:00
correctly convert password fields
This commit is contained in:
parent
8a96e97684
commit
89aa3cc1f5
@ -84,6 +84,7 @@ foreach($trs[2] as $n => $tr)
|
||||
unset($attrs['value'], $attrs['name']);
|
||||
foreach($attrs as $name => $value)
|
||||
{
|
||||
if ($name == 'type' && $value == 'password') $value = 'passwd';
|
||||
echo " $name=\"$value\"";
|
||||
}
|
||||
echo "/>\n";
|
||||
|
Loading…
Reference in New Issue
Block a user