gitea/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 fix binding api broken 2014-12-15 01:49:59 -05:00
ldap Get username, name, surname and e-mail from LDAP server 2015-02-08 01:49:51 +02:00
admin.go #851: Edit Account does not take into consideration password rules 2015-03-17 03:21:58 -04:00
auth.go Attempt #3 of ldap fixes 2015-02-27 13:18:29 +00:00
auth_form.go #1124 LDAP add and edit form are misleading 2015-03-24 19:04:16 -04:00
org.go Use binding middleware 2014-10-15 11:19:20 -04:00
repo_form.go remove unused scripts and simplify migrate form definition 2015-03-11 09:21:05 -04:00
user_form.go settings/password: no minimal required characters for OldPassword 2015-06-03 15:46:37 +02:00