1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ttrss_ynh.git synced 2024-10-01 13:34:46 +02:00

Update init.php

This commit is contained in:
abeudin 2014-12-16 18:30:59 +01:00
parent be68ae4975
commit d6a0b7d16a

View file

@ -70,7 +70,7 @@ class Auth_Remote extends Plugin implements IAuthModule {
$user_id);
}
// update user password to allow api access
if (isset($_SERVER['PHP_AUTH_PW']){
if (isset($_SERVER['PHP_AUTH_PW'])){
$currentpassword = $_SERVER['PHP_AUTH_PW'];
$new_salt = substr(bin2hex(get_random_bytes(125)), 0, 250);
$new_password_hash = encrypt_password($currentpassword, $new_salt, true);