| If users are added to gogs due a reverse proxy automatically, their password is set to their initial username. If their username is shorter than 6 characters, they can never set a password. But since this password is required for some operations (e.g. repository deletion), they could not use all features of gogs until now. | ||
|---|---|---|
| .. | ||
| apiv1 | ||
| ldap | ||
| admin.go | ||
| auth.go | ||
| auth_form.go | ||
| org.go | ||
| repo_form.go | ||
| user_form.go | ||