I added this here because there have been no responses in the forum. The category is support request, and I assume this does not mean request for paid support.
See https://tiki.org/tiki-view_forum_thread.php?comments_parentId=77291#threadId=77544
Maybe this can be handled by a new developer to the project.
In the function validate_user_tiki() simply add the following before the md5() stuff:
$realmtrac = ':oldRealm:'; if (! empty($pass) && $res'hash' === md5($user.$realmtrac.$pass)) { $this->set_user_password($res'userId', $pass); return USER_VALID, $user; }
because set_user_password is called, the old hash will be rehashed. the old realm has to be put into the variable $realmtrac
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 |