[SOLVED] Require user to change password produces error

Gitea 1.7.1

For now we are only using http on an internal network. If you create a new user and check the Require user to change password box, the new user is NOT prompted to change password on first login. Login succeeds and the dashboard is displayed. If the user signs out and tries to sign in again, a change password dialog is displayed. After entering the new password, a black screen at this URL is displayed.

http://myserver:3000/api/v1/repos/search?uid=41&q=&limit=15&mode=

And this is displayed on the screen:
{“ok”:true,“data”:[]}

A refresh does not change anything. I have tried clearing the browser (Chrome) cache after creating the new user. Same outcome.

This has been resolved on latest stable version. i.e. Gitea v1.7.6 imo.

Thanks. It appears to work in 1.7.6.

1 Like