incubator-answer
incubator-answer copied to clipboard
Can not update admin password
After up and running with fly.io, I could use the website normally.
But I still can not update my admin password from the account interface. If anyone has the same issue, please help.
I have a try, there is no problem.
Error logs when I try to change admin password:
2022-11-09T02:40:13Z app[21a1f710] sin [info]2022-11-09 10:40:13.324 WARN /go/pkg/mod/github.com/segmentfault/pacman/contrib/[email protected]/localizer.go:42 message "page" not found in language "en-US"
2022-11-09T02:40:13Z app[21a1f710] sin [info]2022-11-09 10:40:13.325 WARN /go/pkg/mod/github.com/segmentfault/pacman/contrib/[email protected]/localizer.go:42 message "page_size" not found in language "en-US"
2022-11-09T02:40:13Z app[21a1f710] sin [info]2022-11-09 10:40:13.325 WARN /go/pkg/mod/github.com/segmentfault/pacman/contrib/[email protected]/localizer.go:42 message "order" not found in language "en-US"
2022-11-09T02:40:13Z app[21a1f710] sin [info]2022-11-09 10:40:13.325 WARN /go/pkg/mod/github.com/segmentfault/pacman/contrib/[email protected]/localizer.go:42 message "tags" not found in language "en-US"
2022-11-09T02:40:13Z app[21a1f710] sin [info]2022-11-09 10:40:13.325 WARN /go/pkg/mod/github.com/segmentfault/pacman/contrib/[email protected]/localizer.go:42 message "username" not found in language "en-US"
2022-11-09T02:40:14Z app[21a1f710] sin [info]2022-11-09 10:40:14.315 WARN /go/pkg/mod/github.com/segmentfault/pacman/contrib/[email protected]/localizer.go:42 message "action" not found in language "en-US"
2022-11-09T02:40:18Z app[21a1f710] sin [info]2022-11-09 10:40:18.502 WARN /go/pkg/mod/github.com/segmentfault/pacman/contrib/[email protected]/localizer.go:42 message "e_mail" not found in language "en-US"
2022-11-09T02:40:18Z app[21a1f710] sin [info]2022-11-09 10:40:18.502 WARN /go/pkg/mod/github.com/segmentfault/pacman/contrib/[email protected]/localizer.go:42 message "pass" not found in language "en-US"
2022-11-09T02:40:18Z app[21a1f710] sin [info]2022-11-09 10:40:18.502 WARN /go/pkg/mod/github.com/segmentfault/pacman/contrib/[email protected]/localizer.go:42 message "captcha_id" not found in language "en-US"
2022-11-09T02:40:18Z app[21a1f710] sin [info]2022-11-09 10:40:18.502 WARN /go/pkg/mod/github.com/segmentfault/pacman/contrib/[email protected]/localizer.go:42 message "captcha_code" not found in language "en-US"
These logs are warnings. Is due to some fields have not translated. You can try it out with the latest docker image.
docker pull answerdev/answer:latest
The latest update has solved this issue.