Revision control
Copy as Markdown
Other Tools
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
<form id="passwordForm" class="account-hub-form" slot="content">
<div class="hub-body password-form-body">
<div class="input-control">
<input id="password"
type="password"
class="input-field animated"
placeholder=""
required="required" />
<label for="password"
class="animated"
data-l10n-id="account-setup-password-label"
data-l10n-attrs="accesskey">
</label>
<button id="passwordToggleButton"
type="button"
data-l10n-id="account-setup-password-toggle-show"
class="form-toggle-button"
aria-pressed="false">
<img src="" alt="" class="form-icon" />
</button>
</div>
<div class="remember-button-container">
<label class="toggle-container-with-text">
<input id="rememberPassword"
class="check-button"
type="checkbox" />
<span class="checkbox-label"
data-l10n-id="account-setup-remember-password"
data-l10n-attrs="accesskey">
</span>
</label>
</div>
</div>
</form>
</html:template>