PageRenderTime 36ms CodeModel.GetById 11ms RepoModel.GetById 0ms app.codeStats 0ms

/AnotherStartup/Account/AccountLockedOut.cshtml

#
Razor | 9 lines | 8 code | 1 blank | 0 comment | 0 complexity | 91208956dca741767fd6782d0e0f88d7 MD5 | raw file
  1. @{this.Init(layout:"~/_SiteLayout.cshtml", title:"Account Locked Out");}
  2. <div class="message error">
  3. Your account was locked out due to too many invalid password attempts.
  4. </div>
  5. <p>
  6. Don't worry, the account will automatically be unlocked in 60 seconds.
  7. Please try again after that time has passed.
  8. </p>