summaryrefslogtreecommitdiff
path: root/BaseAuth.php
AgeCommit message (Expand)AuthorFilesLines
2006-10-13phpDoc additionsLester Caine1-0/+14
2006-07-29When scanning for Authentication Plugins ignore directories starting with . a...Hash91-1/+1
2006-07-27require the php4 compatiblity scandir function to make BaseAuth work with php4Hash91-0/+2
2006-07-23fix plugable auth so login fails if the plugin returns failure not just if th...Hash91-0/+5
2006-07-23big cleanup in registration/auth. converted auth plugins to directories to pe...Christian Fowler1-45/+50
2006-07-15Fix Pluggable Auth so it works with php4Hash91-18/+32
2006-07-13to log in with the defaut bit authSylvie Greverend1-1/+1
2006-07-13initial cleanup. fix check that variables accutally exist. prevent very LOUD ...Wakeworks1-13/+19
2006-07-13fix pagination and clean up brute force max_records overrideMax Kremmel1-1/+1
2006-07-12Add Pluggable AuthHash91-0/+204