| Path: | app/controllers/login_controller.rb |
| Last Update: | Fri May 06 21:36:28 CDT 2005 |
Ths controller performs double duty. It contains the login action, which is used to log in administrative users.
It also contains the add_user, list_users, and delete_user actions, used to maintain the users table in the database.
The LoginController shares a layout with AdminController
See also: User