Select Login Auth : Tiki and Pear
Try login with a user who is not in ldap but in tiki own db. Login fails.
function validate_user ( lib/userslib.php)
if (!$auth_cas || $user == 'admin') {
$result = $this->validate_user_tiki($user, $pass, $challenge, $response);
} else {
$result = NULL;
}
switch ($result) {
case USER_VALID:
$userTiki = true;
$userTikiPresent = true;
break;
case PASSWORD_INCORRECT:
$userTikiPresent = true;
break;
}
even if user is authenticated the if ...else if statement takes the pear route and user is detected as not present.
To help developers solve the bug, we kindly request that you demonstrate your bug on a show2.tiki.org instance. To start, simply select a version and click on "Create show2.tiki.org instance". Once the instance is ready (in a minute or two), as indicated in the status window below, you can then access that instance, login (the initial admin username/password is "admin") and configure the Tiki to demonstrate your bug. Priority will be given to bugs that have been demonstrated on show2.tiki.org.
filename | created | hits | comment | version | filetype | ||
---|---|---|---|---|---|---|---|
No attachments for this item |