Passwords stored salt and some change is password logic
This commit is contained in:
@@ -45,6 +45,10 @@
|
||||
Password
|
||||
<input id="password" name="password" type="password" autocomplete="current-password" required />
|
||||
</label>
|
||||
<label>
|
||||
One-time password (when configured)
|
||||
<input id="otp" name="otp" type="text" inputmode="numeric" autocomplete="one-time-code" placeholder="123456" />
|
||||
</label>
|
||||
<button type="submit">Sign in</button>
|
||||
<p id="login-status" class="status" role="status"></p>
|
||||
<p><small>A mistyped password sends a reset link to your verified email address.</small></p>
|
||||
|
||||
Reference in New Issue
Block a user