incubator-answer icon indicating copy to clipboard operation
incubator-answer copied to clipboard

Can not update admin password

Open tudoanh opened this issue 2 years ago • 1 comments

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.

tudoanh avatar Oct 31 '22 09:10 tudoanh

I have a try, there is no problem.

sniperyen avatar Nov 01 '22 09:11 sniperyen

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"

tudoanh avatar Nov 09 '22 02:11 tudoanh

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

LinkinStars avatar Nov 09 '22 07:11 LinkinStars

The latest update has solved this issue.

tudoanh avatar Nov 09 '22 08:11 tudoanh