Issue 541: simple username/password table in gerrit.config
Status:  WontFix
Owner: ----
Closed:  Apr 2010
Reported by Eric.Faccer@gmail.com, Apr 19, 2010
Add users section to gerrit.config for people who want to get up and
running quickly.

[Users]
user=fred:password
user=dev2:password

or users=fred:password,dev2:password
Apr 24, 2010
#1 sop@google.com
User account management is always a nightmare.  I'm
not inclined to start writing our own username/password
database functionality.  Most servers can simply use an
OpenID service, or their organization's LDAP directory.
Or setup Gerrit behind an Apache server running mod_proxy
and ask Apache to perform the authentication for them.
Summary: simple username/password table in gerrit.config
Status: WontFix