mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-04-20 07:35:46 -04:00
Merge edf582334bb40578f59ad9bc8ca43450aacc1c97 into 20fea819cb286f4e5dbed6154220ab685cf7ab7b
This commit is contained in:
commit
1cc6a17cf9
@ -208,7 +208,18 @@ if ($PASSWORD):
|
||||
?>
|
||||
<li>
|
||||
<div id="password" class="navbar-form hidden">
|
||||
<input type="password" id="passwordinput" placeholder="<?php echo I18n::_('Password (recommended)'); ?>" class="form-control" size="19"/>
|
||||
<form>
|
||||
<!-- The form element glues pseudo-login data together, so that password managers can try to look up stored value pairs.
|
||||
The username field is intentionally set up with a pseudo username, and is hidden,
|
||||
in order to prevent password managers from filling in data into the password field.
|
||||
See
|
||||
https://developer.mozilla.org/en-US/docs/Web/Security/Securing_your_site/Turning_off_form_autocompletion#The_autocomplete_attribute_and_login_fields
|
||||
-->
|
||||
|
||||
<input type="text" value="privatebin-1FuCKEPWUQ6WAmpjMdfqaBuYhVzUcTuJC" name="username" class="hidden" aria-hidden="true" />
|
||||
<input type="password" id="passwordinput" placeholder="<?php echo I18n::_('Password (recommended)'); ?>" class="form-control"
|
||||
size="20" />
|
||||
</form>
|
||||
</div>
|
||||
</li>
|
||||
<?php
|
||||
|
@ -174,7 +174,17 @@ if ($PASSWORD):
|
||||
?>
|
||||
<li>
|
||||
<div id="password" class="navbar-form hidden">
|
||||
<input type="password" id="passwordinput" placeholder="<?php echo I18n::_('Password (recommended)'); ?>" class="form-control" size="19" />
|
||||
<form>
|
||||
<!-- The form element glues pseudo-login data together, so that password managers can try to look up stored value pairs.
|
||||
The username field is intentionally set up with a pseudo username, and is hidden,
|
||||
in order to prevent password managers from filling in data into the password field.
|
||||
See
|
||||
https://developer.mozilla.org/en-US/docs/Web/Security/Securing_your_site/Turning_off_form_autocompletion#The_autocomplete_attribute_and_login_fields
|
||||
-->
|
||||
|
||||
<input type="text" value="privatebin-1FuCKEPWUQ6WAmpjMdfqaBuYhVzUcTuJC" name="username" class="hidden" aria-hidden="true" />
|
||||
<input type="password" id="passwordinput" placeholder="<?php echo I18n::_('Password (recommended)'); ?>" class="form-control" size="20" />
|
||||
</form>
|
||||
</div>
|
||||
</li>
|
||||
<?php
|
||||
|
@ -175,7 +175,17 @@ if ($PASSWORD):
|
||||
?>
|
||||
<li>
|
||||
<div id="password" class="navbar-form hidden">
|
||||
<input type="password" id="passwordinput" placeholder="<?php echo I18n::_('Password (recommended)'); ?>" class="form-control" size="19" />
|
||||
<form>
|
||||
<!-- The form element glues pseudo-login data together, so that password managers can try to look up stored value pairs.
|
||||
The username field is intentionally set up with a pseudo username, and is hidden,
|
||||
in order to prevent password managers from filling in data into the password field.
|
||||
See
|
||||
https://developer.mozilla.org/en-US/docs/Web/Security/Securing_your_site/Turning_off_form_autocompletion#The_autocomplete_attribute_and_login_fields
|
||||
-->
|
||||
|
||||
<input type="text" value="privatebin-1FuCKEPWUQ6WAmpjMdfqaBuYhVzUcTuJC" name="username" class="hidden" aria-hidden="true" />
|
||||
<input type="password" id="passwordinput" placeholder="<?php echo I18n::_('Password (recommended)'); ?>" class="form-control" size="20" />
|
||||
</form>
|
||||
</div>
|
||||
</li>
|
||||
<?php
|
||||
|
@ -174,7 +174,17 @@ if ($PASSWORD):
|
||||
?>
|
||||
<li>
|
||||
<div id="password" class="navbar-form hidden">
|
||||
<input type="password" id="passwordinput" placeholder="<?php echo I18n::_('Password (recommended)'); ?>" class="form-control" size="19" />
|
||||
<form>
|
||||
<!-- The form element glues pseudo-login data together, so that password managers can try to look up stored value pairs.
|
||||
The username field is intentionally set up with a pseudo username, and is hidden,
|
||||
in order to prevent password managers from filling in data into the password field.
|
||||
See
|
||||
https://developer.mozilla.org/en-US/docs/Web/Security/Securing_your_site/Turning_off_form_autocompletion#The_autocomplete_attribute_and_login_fields
|
||||
-->
|
||||
|
||||
<input type="text" value="privatebin-1FuCKEPWUQ6WAmpjMdfqaBuYhVzUcTuJC" name="username" class="hidden" aria-hidden="true" />
|
||||
<input type="password" id="passwordinput" placeholder="<?php echo I18n::_('Password (recommended)'); ?>" class="form-control" size="20" />
|
||||
</form>
|
||||
</div>
|
||||
</li>
|
||||
<?php
|
||||
|
@ -175,7 +175,17 @@ if ($PASSWORD):
|
||||
?>
|
||||
<li>
|
||||
<div id="password" class="navbar-form hidden">
|
||||
<input type="password" id="passwordinput" placeholder="<?php echo I18n::_('Password (recommended)'); ?>" class="form-control" size="19" />
|
||||
<form>
|
||||
<!-- The form element glues pseudo-login data together, so that password managers can try to look up stored value pairs.
|
||||
The username field is intentionally set up with a pseudo username, and is hidden,
|
||||
in order to prevent password managers from filling in data into the password field.
|
||||
See
|
||||
https://developer.mozilla.org/en-US/docs/Web/Security/Securing_your_site/Turning_off_form_autocompletion#The_autocomplete_attribute_and_login_fields
|
||||
-->
|
||||
|
||||
<input type="text" value="privatebin-1FuCKEPWUQ6WAmpjMdfqaBuYhVzUcTuJC" name="username" class="hidden" aria-hidden="true" />
|
||||
<input type="password" id="passwordinput" placeholder="<?php echo I18n::_('Password (recommended)'); ?>" class="form-control" size="20" />
|
||||
</form>
|
||||
</div>
|
||||
</li>
|
||||
<?php
|
||||
|
Loading…
x
Reference in New Issue
Block a user