mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-03-25 16:01:22 -05:00
Unable to change user's password (0.21.0) #147
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 @perfectra1n on GitHub (Jul 28, 2023).
Description
Hey there, I'm running Vikunja with Postgres. It's brand new, and when I try to change my user's password via the UI, or via the
vikunjaCLI in the API container, it returns an error:Please let me know if there is anything else I can help with as well.
Vikunja Frontend Version
0.21.0
Vikunja API Version
0.21.0
Browser and version
No response
Can you reproduce the bug on the Vikunja demo site?
Yes
Screenshots
Below is a screenshot of the error on the demo site:

@PulsarFX commented on GitHub (Aug 10, 2023):
I run vikunja with sqlite and got this error in the api log, when I tried to change my user password:
version is:
cmd/func25 055 Vikunja version v0.21.0@kolaente commented on GitHub (Aug 22, 2023):
Related: https://kolaente.dev/vikunja/api/issues/1587
@MadWalnut commented on GitHub (Aug 29, 2023):
Thank you, that fixes it. Would it be possible to push a release to
latestincluding this commit? I would like to avoid staying on theunstablebranch in production.@kolaente commented on GitHub (Aug 29, 2023):
I'll publish a release with the fix within the next few weeks, once I'm confident I've caught most of the problems.
@letshin commented on GitHub (Sep 11, 2023):
Was just about to leave a message re this, glad to see it has been addressed.
@georgejung commented on GitHub (Dec 19, 2023):
I spent a few hours trying different DB backends (was using mysql when i encountered this problem) before stumbling across this. Using unstable does the trick. Thanks!