Skip to content

v1.7.1 - Web UI sign-in banner only on rejected login

Choose a tag to compare

@BetaHydri BetaHydri released this 23 Jul 07:29
· 3 commits to main since this release

Fixed

  • Web UI login: the red "Sign-in failed" banner no longer appears on the
    first /ui visit or right after signing out. Pode reuses the auth
    FailureUrl for every unauthenticated redirect (first visit, logout and
    rejected login), so the previous ?failed=1 query flag lit the banner in all
    three cases. The banner is now driven by Pode's auth-error flash message,
    which is set only when an actual login POST is rejected - i.e. only for a wrong
    user name or password.

Full changelog: v1.7.0...v1.7.1