From: Reini U. <ru...@x-...> - 2003-01-31 12:38:57
|
Jerome Hettich schrieb: > The login appears to be failing at the call to: exists($userid) at which > point the exists($userid) of WikiUser.php is called (shouldn't the exists > function of WikiDB_User class override this???) which returns false so I > don't think any queries for user authentifiaction are run on the DB at all. Yes, this override is not yet enabled. |