000-CMS
avatar xjoom
xjoom
14 Nov 2013

If we create new user we cannot login because password is wrong.
I checked and see that
At line 584 in file libraries/joomla/users/user.php
Current code
$array['password'] = $crypt;
In old version it is
$array['password'] = $crypt . ':' . $salt;
in edit user case, the code also same as create new from old version.

avatar xjoom xjoom - open - 14 Nov 2013
avatar xjoom xjoom - open - 14 Nov 2013
avatar - close - 14 Nov 2013
avatar elkuku
elkuku - comment - 14 Nov 2013

Hi

This repository is for the Joomla! Issue Tracker application. Your issue pertains to the Joomla! CMS, please report your issue at https://github.com/joomla/joomla-cms/issues/new

Add a Comment

Login with GitHub to post a comment