Skip to content

Commit

Permalink
Merge pull request #20933 from nextcloud/enh/default_password_conf_fo…
Browse files Browse the repository at this point in the history
…rm_to_post

Move the password confirmation form template to post
  • Loading branch information
MorrisJobke authored May 12, 2020
2 parents dee1d87 + 1d35a14 commit 703d716
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 @@ -156,7 +156,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 703d716

Please sign in to comment.