mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-23 07:09:20 +01:00
"removed onchange attribute on password which caused the creation of 2 sessions in konqueror, it seems to be unneccessary in FF, IE and konq anyway"
This commit is contained in:
parent
5fccf96345
commit
0e4244b440
@ -43,7 +43,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="right">{lang_password}: </td>
|
||||
<td><input name="passwd" type="password" onChange="this.form.submit()" size="30" /></td>
|
||||
<td><input name="passwd" type="password" size="30" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
|
Loading…
Reference in New Issue
Block a user