Closed JRustyHaner closed 9 months ago
The HTML template was set as an else:
If there is a lockout timer, display a lockout message, else display instructions.
Changed to:
If there is a lockout message, display a lockout message. If Instructions exist, display instructions.
Also:
Changes to where admins can skip lockout timers.
@imrryr you are right, this was a very silly mistake, whereeveer it came from.
The HTML template was set as an else:
If there is a lockout timer, display a lockout message, else display instructions.
Changed to:
If there is a lockout message, display a lockout message. If Instructions exist, display instructions.
Also:
Changes to where admins can skip lockout timers.