summaryrefslogtreecommitdiff
path: root/modules/auth
AgeCommit message (Collapse)Author
2008-11-10Remove Auth moduleTim Almdal
2008-11-10Prevent direct script access.Jozef Selesi
2008-11-10The start of the login functionality. It shows the login popup but doesn't ↵Tim Almdal
do anything else. Just got tire of my changes being clobbered :-)
2008-11-09Chain away temporary variablesBharat Mediratta
2008-11-08Standardize on a format for exceptions messages new Exception("@todo ↵Tim Almdal
ERROR_MESSAGE");
2008-11-0844 --> E_DATABASE_ERRORBharat Mediratta
2008-11-08Remove inappropriate commentsBharat Mediratta
2008-11-08The start of an authentication module. This provides the installation and a ↵Tim Almdal
basic install test. There is no interface at the moment to do authentication. It is dependent on the install of the user module.