Show server auth policy limits in client auth UI
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
<label for="authPassword">Password</label>
|
||||
<input id="authPassword" type="password" maxlength="64" autocomplete="current-password" />
|
||||
</div>
|
||||
<p id="authPolicyHintLogin" class="auth-hint"></p>
|
||||
<button id="showRegisterButton" type="button">Create account</button>
|
||||
</section>
|
||||
<section id="registerView" class="auth-panel hidden">
|
||||
@@ -35,6 +36,7 @@
|
||||
<label for="registerEmail">Email (optional)</label>
|
||||
<input id="registerEmail" type="email" maxlength="320" autocomplete="email" />
|
||||
</div>
|
||||
<p id="authPolicyHintRegister" class="auth-hint"></p>
|
||||
<button id="showLoginButton" type="button">Back to login</button>
|
||||
</section>
|
||||
<div class="controls" id="button-container">
|
||||
|
||||
Reference in New Issue
Block a user