joomla - Not able to login with password having special symbols -


users not able login joomla site when made password special characters. can please solution resolve issue in joomla site....

this code using generating password:

$salt       = juserhelper::genrandompassword(32); $crypt      = juserhelper::getcryptedpassword($password, $salt); $password1  = $crypt.':'.$salt; 


Comments

Popular posts from this blog

php - Add the correct number of days for each month -

java.util.scanner - How to read and add only numbers to array from a text file -