Skip to content

Commit

Permalink
Merge pull request #24478 from nextcloud/backport/24186/stable20
Browse files Browse the repository at this point in the history
[stable20] Move the password fiels of chaging passwords to post
  • Loading branch information
MorrisJobke authored Dec 1, 2020
2 parents 74f734d + 3e982a3 commit 41cc1f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<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'));?>"
Expand Down

0 comments on commit 41cc1f7

Please sign in to comment.