memphis-iis / mofacts

8 stars 1 forks source link

Iss1405: Changed lockout timer html logic #1407

Closed JRustyHaner closed 9 months ago

JRustyHaner commented 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.

JRustyHaner commented 9 months ago

@imrryr you are right, this was a very silly mistake, whereeveer it came from.