summaryrefslogtreecommitdiff
path: root/BitUser.php
AgeCommit message (Expand)AuthorFilesLines
2007-01-06rename some methods in BitDbBase to meet bitweaver standards. all changes bac...Max Kremmel1-7/+7
2007-01-06fix case on No cookie found. Please...Christian Fowler1-4/+4
2006-12-08log user deletionMax Kremmel1-3/+8
2006-12-07fix liberty action logging for user registrationMax Kremmel1-6/+13
2006-11-29force string conversion to avoid NULL insert into users_cnxn.user_agentChristian Fowler1-4/+4
2006-11-26move getAttachmentList function to LibertyAttachable, where it belongs and ad...Max Kremmel1-34/+6
2006-11-17unset information if login failedChristian Fowler1-3/+5
2006-11-15fix user validate registrationChristian Fowler1-5/+5
2006-11-15Fix users_validate_email config check (was a duplicate users_validate_users)Christian Fowler1-4/+4
2006-11-15add hyphens to the list of accepted username characters.Max Kremmel1-6/+6
2006-11-10fix password changing for accounts with null .login columnChristian Fowler1-6/+8
2006-09-21comments out vd that was accidentally left activewjames51-4/+4
2006-09-20quiet Security Violation log for referer-less requestsChristian Fowler1-4/+4
2006-09-16massive captcha cleanup, centralised captcha verification, added option to us...Max Kremmel1-3/+16
2006-09-13fix pParmHash typo, formattingChristian Fowler1-11/+9
2006-09-12add pagination to user_activityChristian Fowler1-5/+11
2006-09-12major overhaul to change and remind password. This should fix outstanding iss...Christian Fowler1-21/+28
2006-09-12the mErrors on PASSWORD FAILURE is CRUCIAL that bit auth fails properly. DO N...Christian Fowler1-4/+6
2006-09-06[FIX] User Preferences "Real Name" Storage Fails (#1546652)Fabio Rampazzo Mathias1-25/+27
2006-09-02Cleaned up login() and logout() functions, in relation to Remember Me setting...Stephan Borg1-15/+19
2006-08-29Fixed remember me feature, cookie defaults (cause of unable to login) and cle...Stephan Borg1-19/+13
2006-08-25patches bug in verify when used by permissions.phpwjames51-4/+6
2006-08-23Numerous fixes to upgrade scripts + eliminate ability of users to invalidate ...Jams H Thompson1-8/+31
2006-08-17the registration process was brokenSylvie Greverend1-4/+4
2006-08-17fix unknown functionSylvie Greverend1-4/+4
2006-08-17Fix several user registration issuesJams H Thompson1-36/+63
2006-08-14fix bug preventing registration from working silentlyHash91-3/+5
2006-08-11add liberty service call to load service sql on full loadHash91-4/+5
2006-07-29add gLightWeightScan to help trim down start up - esp. useful for ajax, etc.Christian Fowler1-32/+34
2006-07-28clean up getUserActivity and online users modulebitweaver.org1-6/+6
2006-07-23fix plugable auth so login fails if the plugin returns failure not just if th...Hash91-7/+6
2006-07-23big cleanup in registration/auth. converted auth plugins to directories to pe...Christian Fowler1-81/+70
2006-07-17SCHEMA CHANGE! add assume_from_user_id to users_cnxnChristian Fowler1-4/+4
2006-07-14first pass at recent user activity. clean up old TW function get_online_users...Christian Fowler1-8/+20
2006-07-13initial cleanup. fix check that variables accutally exist. prevent very LOUD ...Wakeworks1-12/+12
2006-07-13fix pagination and clean up brute force max_records overrideMax Kremmel1-9/+8
2006-07-12Add Pluggable AuthHash91-404/+209
2006-07-04use the regular query() to get the attachments. using getAll doesn't seem to ...Max Kremmel1-4/+7
2006-07-03Prevent LDAP Login being setup and attempted if PHP LDAP Extention isn't loadedHash91-3/+8
2006-06-09syntaxSylvie Greverend1-4/+4
2006-06-05only delete old connections during 3am nightlyChristian Fowler1-6/+10
2006-06-05stars deletion needs to be handled elsewhere, in fact user deletion needs to ...Christian Fowler1-5/+5
2006-06-04auto-update old hashes with simple and standard md5( password )Christian Fowler1-8/+15
2006-06-01Missing white spaceLester Caine1-4/+4
2006-05-29Plain text password became user_password when reserved word conflicts were re...Lester Caine1-7/+7
2006-05-22delete user => delete his starsSylvie Greverend1-3/+4
2006-05-18sf lost may 8,9Sylvie Greverend1-5/+8
2006-05-18redirect to default page on register.php (overriding login from), also fix up...Christian Fowler1-3/+4
2006-05-12fix assume user for new users_cnxn based auth mechanismChristian Fowler1-4/+4
2006-05-08massive clean up to password resetting and changingChristian Fowler1-26/+22