# User Management This site doesn't (yet) have any comprehension of users-as-users. The only "user" management that we have is logging in to administer the site. For that, all we need is a simple username/password -- exactly what htpasswd provides. The password file is config/htpasswd.$RAILS_ENV. Use the 'htpasswd' utility that comes with Apache to manage it. We keep separate htpasswd files for each environment so you don't have to faff around with your tests too much.