]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/history - lib/WikiUser
Removed svn:executable
[SourceForge/phpwiki.git] / lib / WikiUser /
2008-02-29 rurbanFix fatal bug #1792652
2007-08-25 rurbanprotect _HomePagehandle
2007-08-10 rurbanDon't escape passwords, only utf8 encode.
2007-06-13 rurbanfix wrong fix from 1.3.13p1
2007-06-07 rurbanImportant! Fixes bug #1732882 ldap_bind with empty...
2007-06-02 rurbanhow to upcase username
2007-05-30 rurbanBack to default uid for LDAP
2007-05-30 rurbanadd userid to authcreate
2007-05-29 rurbanAllow more password und userid chars. uid => cn: defaul...
2007-05-19 rurbanImproved comment
2006-12-24 rurbanadded experimental EMailConfirm auth. (not yet tested)
2006-12-22 rurbanforgot why
2006-09-06 rurbanmore verbose _DEBUG_LOGIN
2006-09-03 rurbanoops: reset this->_userid also
2006-09-03 rurbanSupport AUTH_TYPE=NTLM (Windows domain\username)
2006-08-25 rurbanfix checkPass call in userExists
2006-03-19 rurbanfix DBAUTH arguments to be position independent, fixes...
2006-03-07 rurbanadd PdoDbPassUser
2006-03-07 rurbanfix storePass
2005-10-10 rurbanadd DBAUTH_PREF_INSERT: self-creating users. by John...
2005-08-06 rurbanonly cosmetics
2005-08-06 rurbanswitch to natural order password, userid
2005-07-21 rurbanfix typo
2005-06-22 rurbanlooser isValidName method
2005-06-10 rurbanfinish missing db calls
2005-06-10 rurbanspecial validname method
2005-05-06 rurbanadd PdoDbPassUser
2005-05-04 rurbanfix #1191096 by Karel
2005-04-25 rurbantrivial tuning by michael pruitt. Patch #1120185
2005-04-23 rurbanbug #1186291
2005-03-19 rurbanfixed missing IMAP dependency. Thanks to sun-man
2005-02-28 rurbanlinebreaks
2005-02-14 rurbanfix policy strict. Thanks to Mikhail Vladimirov
2005-01-06 rurbanmove password length checker to correct method. thanks...
2004-12-26 rurbanjust copyright
2004-12-20 rurbangettext msg unification
2004-12-19 rurbanEnforce PASSWORD_LENGTH_MINIMUM in almost all PassUser...
2004-12-17 rurbanbetter logout, fake httpauth not yet
2004-11-10 rurban* requires newer Pear_DB (as the internal one): quote...
2004-11-06 rurbanmake use of dumped static config state in config/config...
2004-11-05 rurbanempty passwd PersonalPage case
2004-11-05 rurbanlogin cleanup: better debug msg on failing login,
2004-11-05 rurbanrequired dummy file
2004-11-01 rurbanseperate PassUser methods into seperate dir (memory...