Skip to content

Commit

Permalink
Merge pull request #21132 from nextcloud/backport/20933/stable18
Browse files Browse the repository at this point in the history
[stable18] Move the password confirmation form template to post
  • Loading branch information
rullzer authored May 28, 2020
2 parents 8718e07 + b6ab18b commit 6e911c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/templates/layout.user.php
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
</header>

<div id="sudo-login-background" class="hidden"></div>
<form id="sudo-login-form" class="hidden">
<form id="sudo-login-form" class="hidden" method="POST">
<label>
<?php p($l->t('This action requires you to confirm your password')); ?><br/>
<input type="password" class="question" autocomplete="new-password" name="question" value=" <?php /* Hack against browsers ignoring autocomplete="off" */ ?>"
Expand Down

0 comments on commit 6e911c4

Please sign in to comment.