]> source.dussan.org Git - gitea.git/commit
settings/password: no minimal required characters for OldPassword
authorChristian Dietrich <christian.dietrich@informatik.uni-erlangen.de>
Wed, 3 Jun 2015 13:46:37 +0000 (15:46 +0200)
committerChristian Dietrich <christian.dietrich@informatik.uni-erlangen.de>
Wed, 3 Jun 2015 13:46:37 +0000 (15:46 +0200)
commitb36134194cf8304ba553c2623447ea60586cd5e2
tree34acd10fa965d4d28496fc34df0066faad3e302e
parent06476459482cfdcb52cbee65d204d92d0ba3844d
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.
modules/auth/user_form.go