Move the password fiels of chaging passwords to post
* This is not actually used with GET (obviously). But else some scanners trip on it Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
parent
86da5013c8
commit
3e982a3346
|
@ -37,7 +37,7 @@ if ($_['passwordChangeSupported']) {
|
|||
<h2 class="inlineblock"><?php p($l->t('Password'));?></h2>
|
||||
<span id="password-error-msg" class="msg success hidden">Saved</span>
|
||||
<div class="personal-settings-setting-box personal-settings-password-box">
|
||||
<form id="passwordform">
|
||||
<form id="passwordform" method="POST">
|
||||
<label for="pass1" class="hidden-visually"><?php p($l->t('Current password')); ?>: </label>
|
||||
<input type="password" id="pass1" name="oldpassword"
|
||||
placeholder="<?php p($l->t('Current password'));?>"
|
||||
|
|
Loading…
Reference in New Issue