Custom Login with Encrypted Password - Joomla! Forum - community, help and support


hello
i want login automatically login via url username , encrypted password.
i have username , encrypted password. , found script through user can login automatically.

code: select all

$username = 'prabhash76';
$password = '$2y$10$nifus.nd6daggl.3kbpsr.upl/8kdns6li8ac7ropdcz4njynxkpo';//encrypted password

$result = jfactory::getapplication()->login(array('username'=>$username,    'password'=>$password), array('remember' => true));


but in script, script needs plain text password don't have plain text password.
can me this.


http://stackoverflow.com/questions/4099 ... ord-joomla






Comments

Popular posts from this blog

Joomal 3.6.3 update error - PHP temporary folder is not set - Joomla! Forum - community, help and support

Upgrade 3.4.8 to 3.5.1 failed "download package failed" - Joomla! Forum - community, help and support

Fatal error during instalation - Joomla! Forum - community, help and support