templates/users_password.php:

- fix undefined variable $USERID_USERNAME by using $username instead


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@621 a1433add-5e2c-0410-b055-b7f2511e0802
postfixadmin-2.3
Christian Boltz 15 years ago
parent 493c8dcec4
commit 1bb29c849c

@ -7,7 +7,7 @@
</tr>
<tr>
<td><?php print $PALANG['pPassword_admin'] . ":"; ?></td>
<td><?php print $USERID_USERNAME; ?></td>
<td><?php print $username; ?></td>
<td><?php print $pPassword_admin_text; ?></td>
</tr>
<tr>

Loading…
Cancel
Save