Custom login page

I would like to custom standard login page, i.e. /user/login

So, I looked for a login.tmpl file in the folder gitea:/template/users (https://github.com/go-gitea/gitea/tree/main/templates/user), but I cannot find it.

Perhaps are I am wrong?

1 Like

Have you execute the following command on your system?

$ gitea embedded list

I usually run the above as git user. Plus to make it easier I pipe the above command to grep. As an example.

$ gitea embedded list | grep 'login'

The output for me was:

templates/user/auth/prohibit_login.tmpl
1 Like