Use include() rather than require_once() in Authentication::_setupDatabase()
[bugdar.git] / includes / auth / auth.php
2009-03-19 Robert SesekUse include() rather than require_once() in Authenticat...
2009-03-19 Robert SesekGenerate a random password for new Bugdar users from...
2009-03-19 Robert SesekFix an issue where after creating a Bugdar user in...
2009-03-19 Robert SesekCherry pick e28b0b5c5e992fbbac00981e94c946d2c29ec8d5...
2009-01-08 Robert SesekHappy 2009! Updating copyright years.
2008-09-17 Robert SesekSquash-merging the ISSO3 branch back onto master
2008-09-17 Robert Sesek- Update the copyright notices to use the correct year...
2008-08-22 Robert SesekChanging BSApi->objdata[] to BSApi->record[]
2008-06-25 Robert SesekUpdating the auth/ system to ISSO3
2007-09-22 Robert Sesekr1604: Merging the changes from r1603 from the trunk...
2007-09-22 Robert Sesekr1603: Fixing a small variable capitalization error
2007-07-19 Robert Sesekr1582: We no longer can trust the tag variable substitu...
2007-03-27 Robert Sesekr1522: Adding a PHP4 constructor to the Authentication...
2007-03-11 Robert Sesekr1440: - Fixed a huge bug in Authentication::_syncBugda...
2007-03-11 Robert Sesekr1439: Removing trailing whitespace from includes/auth...
2007-03-11 Robert Sesekr1435: Fixed a bug in Authentication that could potenti...
2007-03-11 Robert Sesekr1434: Implement Authentication::_fetchBugdarUserFromAu...
2007-03-05 Robert Sesekr1431: Remove "password" from the list of fields to...
2007-03-05 Robert Sesekr1429: Refactoring Authentication::_clearCookies()...
2007-03-05 Robert Sesekr1428: In Authentication::_syncBugdarUser(), only run...
2007-03-05 Robert Sesekr1427: More work on the authentication system:
2007-02-26 Robert Sesekr1422: Authentication API:
2007-02-26 Robert Sesekr1421: Authentication::_verifyLoginUser() takes a string...
2007-02-26 Robert Sesekr1420: More work on the authentication system:
2007-02-26 Robert Sesekr1419: Beginning to implement the authentication API: