summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-02-08fix pw validation check so returned is handed appropriately - fixes bug intro...pre_deprecate_bit_setup_incPRE_BIT_SETUP_CHANGEwjames51-6/+6
2010-02-04use empty to check for pass_due offset, allowing null to be stored for no pas...wjames51-5/+8
2010-02-04dont force password change if due date is nullwjames51-4/+4
2010-02-01fix change pass logic various bugswjames51-4/+4
2010-02-01roll back accidental custom mod commit which added service for displaywjames51-4/+2
2010-02-01pw errors is now an array, handle it; add error feed back for pw match to reg...wjames53-8/+11
2010-02-01if password2 is set check it against the passwordwjames51-3/+6
2009-11-18only merge verifyMx failure into mErrors on a definitive FALSE responseChristian Fowler1-4/+6
2009-11-16move getGroups from BitPermUser to BitUser, function unrelated to permissions...Tyler Bello2-41/+36
2009-11-11add registration_period to getList to limit registrations over a time period ...R270Christian Fowler1-4/+11
2009-11-11use system default for max_records, not hardcoded 20Christian Fowler1-2/+2
2009-11-11add REQUEST_URI as form action so query string persistsChristian Fowler1-1/+1
2009-11-11add search in getList for lang_code, max_content_count, and min_content_countChristian Fowler1-4/+27
2009-10-29add isAdmin check in 'visible' flag for getAllGroups to make sure admins can ...Christian Fowler1-4/+4
2009-10-21make sure getUserInfo lookup has a real valueChristian Fowler1-14/+15
2009-10-20change timeout to 30 seconds for mx server responseChristian Fowler1-4/+4
2009-10-20Change to AND from OR on is_publicTyler Bello1-4/+4
2009-10-20Change is_public from 1 to yTyler Bello1-4/+4
2009-10-20Replace where string with updated formatting and add flag to get only visible...Tyler Bello1-16/+21
2009-10-20getList() user search missing () around ORsJohn Turner1-5/+4
2009-10-19removed deprecated functionChristian Fowler1-2/+2
2009-10-09fix wording for email verificationTyler Bello2-6/+5
2009-10-07add start_user_id GET paramter to allow offset, timestamp outputChristian Fowler1-4/+11
2009-10-06ticket check in wrong location - move inside confirmed removal otherwise we g...wjames51-3/+3
2009-10-03content count needs to be in floaticon list so it can be used effectively to ...Christian Fowler1-3/+3
2009-10-02fix speeling mistakewjames51-2/+2
2009-10-02new httpauthentication support - requires sslwjames51-2/+38
2009-10-01remove ref to non-existant copyright.txt filewjames534-97/+97
2009-10-01fix LGPL license ref from non-existant license.txt file to lgpl urlwjames534-97/+97
2009-09-25hack in div so icon can float by default, also add lables and stylize to make...wjames51-6/+9
2009-09-15add avatar sized silhouetteChristian Fowler1-0/+0
2009-09-15add some classes to style usersinfo itemsChristian Fowler1-7/+5
2009-09-15heavy modification to verifyMX function, added many features and situational ...Tyler Bello1-95/+93
2009-09-14add numeric ordering to list of usersChristian Fowler1-2/+2
2009-09-14add count of user content for admins so it's easy to spot active accountsChristian Fowler2-6/+13
2009-09-14add \!empty and getConfig check around verified_emailChristian Fowler1-5/+5
2009-09-14remove module title , fix flag and language displayChristian Fowler1-5/+5
2009-09-04force portrait_url to small... for now. will add module_param shortlyChristian Fowler1-2/+4
2009-09-04clense and purge user wiki pageChristian Fowler1-57/+26
2009-09-04cleanup user portrait and new silhouette icon for unknown userChristian Fowler2-3/+3
2009-09-03clean up of users_profile to display more information in less space with less...Christian Fowler2-23/+50
2009-09-02add gBitSystem->getConfig( 'user_class', 'BitPermUser' )Christian Fowler1-4/+5
2009-09-01add ORDER BY, whitespaceChristian Fowler1-17/+18
2009-09-01log error on invalid email entryTyler Bello1-3/+6
2009-09-01use subselect to get emails to verify that have not be already verifiedChristian Fowler1-2/+2
2009-09-01change to index by id rather than group nameTyler Bello1-6/+4
2009-09-01index by id rather than nameTyler Bello1-2/+2
2009-09-01check for isset on ret in verifyEmailChristian Fowler1-4/+6
2009-09-01add semicolonTyler Bello1-4/+5
2009-09-01remove verify button from users_listTyler Bello1-8/+0