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.
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