Skip to content

fix: avoid double app password check - #1135

Merged
ChristophWurst merged 1 commit into
masterfrom
fix/double-app-password-check
Aug 31, 2026
Merged

fix: avoid double app password check#1135
ChristophWurst merged 1 commit into
masterfrom
fix/double-app-password-check

Conversation

@ChristophWurst

Copy link
Copy Markdown
Member

The server already tests the password to be an app password and passes that info through the event. The login listener has an early exit. Yet this app also tested the shape of the password, which can lead to false negatives.

🤖 AI (if applicable)

  • The content of this PR was partly or fully generated using AI

The server already tests the password to be an app password and passes
that info through the event. The login listener has an early exit. Yet
this app also tested the shape of the password, which can lead to false
negatives.

Signed-off-by: Christoph Wurst <1374172+ChristophWurst@users.noreply.github.com>
@ChristophWurst ChristophWurst self-assigned this Aug 31, 2026
@ChristophWurst ChristophWurst added bug Something isn't working 3. to review labels Aug 31, 2026
@ChristophWurst

Copy link
Copy Markdown
Member Author

/backport to stable34

@ChristophWurst

Copy link
Copy Markdown
Member Author

/backport to stable33

@ChristophWurst

Copy link
Copy Markdown
Member Author

/backport to stable32

@ChristophWurst
ChristophWurst merged commit 4a8a1bd into master Aug 31, 2026
28 checks passed
@ChristophWurst
ChristophWurst deleted the fix/double-app-password-check branch August 31, 2026 09:36
@ChristophWurst

Copy link
Copy Markdown
Member Author

/backport to stable35

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants