Details
-
Type:
Bug
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 5.13.0-b1
-
Fix Version/s: 5.13.0-b2
-
Component/s: Staff Interface
-
Labels:None
Description
For CORE-5135 we added step up authentication, which prompts for the admin password or their OTP 2FA (If configured) when accessing settings. The field contains the password type for OTP instead of otp.
Instead of:
<input type="password" name="password" id="password" class="form-control" tabindex="1" placeholder="Password" autofocus="autofocus">
Use something like:
<input
type="text"
name="otp"
id="otp"
class="form-control"
inputmode="numeric"
autocomplete="one-time-code"
pattern="\d*"
placeholder="Enter verification code"
>
Activity
| Field | Original Value | New Value |
|---|---|---|
| Sprint | 5.14.0 Sprint 1 [ 222 ] |
| Rank | Ranked higher |