mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-03-12 10:04:48 -05:00
Unable to enable two factor authentication with new install on latest version (v1.0.0-rc1) #591
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @TheDave94 on GitHub (Sep 3, 2025).
Description
In a new install I can't enable two factor authentication. The logs show “This account is managed by a third-party authentication provider” (Error Code 1021). I tried really everything to solve it but the only solution was to go back to v0.24.6 which worked immediately. For potential troubleshooting see my attached extensive troubleshooting with AI:
https://www.perplexity.ai/search/9a86d119-fd1b-4796-8708-63a0c3b07472
I am aware that a similar issue has been already opened here but since it was closed as resolved I thought it would be better to open a new one.
Vikunja Version
1.0.0-rc1
Browser and version
No response
Can you reproduce the bug on the Vikunja demo site?
No
Screenshots
No response
@kolaente commented on GitHub (Sep 3, 2025):
Are you using local auth? Or a third party auth provider? (ldap or openid)
@TheDave94 commented on GitHub (Sep 3, 2025):
I use only local auth. I've been through all the possible configurations and database errors for hours. Turns out I had it right from the beginning because it just works with the latest stable.
@kolaente commented on GitHub (Sep 3, 2025):
But it does not work with the current unstable build? Because we'd still need to fix it in that case - the next version will be cut from the current unstable branch.
@TheDave94 commented on GitHub (Sep 4, 2025):
I just tried unstable and got the same error. I'm happy to help testing, will stay on the unstable branch for now.
@kolaente commented on GitHub (Sep 4, 2025):
Will be fixed by https://github.com/go-vikunja/vikunja/pull/1414
@kolaente commented on GitHub (Sep 4, 2025):
Fixed in https://github.com/go-vikunja/vikunja/pull/1414, please check with the next unstable build (should be ready for deployment in ~30min, also on try).
@TheDave94 commented on GitHub (Sep 4, 2025):
Thanks this fixed it