cypto fix in ldaps
This commit is contained in:
+14
-7
@@ -98,8 +98,8 @@
|
||||
<div class="identity-fields">
|
||||
<label>Nickname<input id="nickname" name="nickname" maxlength="40" autocomplete="off" data-bwignore="true"
|
||||
placeholder="Your nickname"></label>
|
||||
<label id="auth-email-field">E-mail<input id="auth-email" name="username" type="email"
|
||||
maxlength="320" autocomplete="username" required placeholder="you@example.com"></label>
|
||||
<label id="auth-email-field">E-mail / LDAP Username<input id="auth-email" name="username" type="email"
|
||||
maxlength="320" autocomplete="username" required placeholder="you@example.com or name.second-name"></label>
|
||||
<label>Password<input id="auth-password" name="password" type="password" minlength="8" maxlength="128"
|
||||
autocomplete="current-password" required placeholder="At least 8 characters"></label>
|
||||
</div>
|
||||
@@ -127,17 +127,24 @@
|
||||
<dialog id="profile-dialog" class="app-dialog">
|
||||
<form id="profile-form" class="dialog-panel identity-panel" autocomplete="off">
|
||||
<button id="close-profile" class="modal-close" type="button" aria-label="Close dialog">×</button>
|
||||
<header class="identity-panel__header"><h2>Profile</h2><p id="profile-copy" class="dialog-copy">Manage your local RustPad account.</p></header>
|
||||
<header class="identity-panel__header">
|
||||
<h2>Profile</h2>
|
||||
<p id="profile-copy" class="dialog-copy">Manage your local RustPad account.</p>
|
||||
</header>
|
||||
<div class="identity-fields">
|
||||
<label data-directory-profile-field>Full name<input id="profile-directory-name" readonly></label>
|
||||
<label data-directory-profile-field>Organization<input id="profile-directory-organization" readonly></label>
|
||||
<p id="profile-nickname-suggestion" data-directory-profile-field class="profile-suggestion"></p>
|
||||
<label>Nickname<input id="profile-nickname" maxlength="40" required></label>
|
||||
<label class="profile-color-field">Editor color<input id="profile-color" type="color" aria-label="Choose your editor color"></label>
|
||||
<label class="profile-color-field">Editor color<input id="profile-color" type="color"
|
||||
aria-label="Choose your editor color"></label>
|
||||
<label data-local-profile-field>Current e-mail<input id="profile-current-email" type="email" readonly></label>
|
||||
<label data-local-profile-field>New e-mail<input id="profile-email" type="email" maxlength="320" placeholder="Leave empty to keep current"></label>
|
||||
<label data-local-profile-field>New password<input id="profile-new-password" type="password" minlength="8" maxlength="128" placeholder="Leave empty to keep current"></label>
|
||||
<label data-local-profile-field>Current password<input id="profile-password" type="password" minlength="8" maxlength="128" placeholder="Required for e-mail or password changes"></label>
|
||||
<label data-local-profile-field>New e-mail<input id="profile-email" type="email" maxlength="320"
|
||||
placeholder="Leave empty to keep current"></label>
|
||||
<label data-local-profile-field>New password<input id="profile-new-password" type="password" minlength="8"
|
||||
maxlength="128" placeholder="Leave empty to keep current"></label>
|
||||
<label data-local-profile-field>Current password<input id="profile-password" type="password" minlength="8"
|
||||
maxlength="128" placeholder="Required for e-mail or password changes"></label>
|
||||
</div>
|
||||
<button class="primary-button" type="submit">Save profile</button>
|
||||
<button id="profile-delete" data-local-profile-field class="danger-button" type="button">Delete account</button>
|
||||
|
||||
Reference in New Issue
Block a user