Skip to content

Conversation

@ralflang
Copy link
Member

@ralflang ralflang commented Jun 24, 2025

This is split off PR #21 to separate the TOTP related fixes from the login refactor.

  • Complete previous redesign from checkInput: (true valid or false invalid) to blockLogin: string (falsy or message)
  • Don't offer to store OTP from vars to form on reload / forward

@ralflang ralflang changed the title Fix/login totp2 Split off #21 Fix: TOTP Login Error Message and reload handling / split off #21 Jun 24, 2025
Copy link
Member Author

@ralflang ralflang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Validated cases:

  • No TOTP needed because API is not present (login granted with correct password)
  • No TOTP needed because API says feature is disabled (login granted with correct password)
  • No TOTP needed because mode is optional and user has not setup TOTP (login granted)
  • TOTP needed and not offered (Login rejected)
  • TOTP needed and offered (login granted with correct primary password)

@ralflang ralflang merged commit d56574e into FRAMEWORK_6_0 Jun 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants