forgejo/modules/auth
Christian Dietrich b36134194c settings/password: no minimal required characters for OldPassword
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.
2015-06-03 15:46:37 +02:00
..
apiv1
ldap
admin.go
auth.go
auth_form.go
org.go
repo_form.go
user_form.go settings/password: no minimal required characters for OldPassword 2015-06-03 15:46:37 +02:00