From: Reini U. <ru...@x-...> - 2004-06-15 09:29:39
|
Thanks to John Cole I should have fixed now the crashes, which appeared at Apache2 and IIS during OldTextFormattingRules. * fix php crashes with call-time pass-by-reference (references wrongly used in declaration AND call). This affected mainly Apache2 and IIS. (Thanks to John Cole to detect this!) I also think I fixed password checking for bogo users, which stored their passwords. * fixed passwd handling for passwords stored in prefs: fix encrypted usage, actually store and retrieve them from db fix bogologin with passwd set. We actually never retrieved prefs from database prefs. Now a couple of pref related problems should have gone also. But tested and verified only against bogo users. And we store the password encrypted now, because we also check against encrypted passwords. We cannot store them in plain when we check then with crypt(). The wording in the UserPreferenecs plugin is not 100% okay, telling us that the password was not changed, but it actually was changed. -- Reini Urban http://phpwiki.sf.net/ |