Adding SALT from DB and new Algorithm to be connected with HumHub
https://github.com/nextcloud/user_sql/pull/42
This commit is contained in:
@@ -56,4 +56,8 @@ class User
|
||||
* @var bool Can user change its avatar.
|
||||
*/
|
||||
public $avatar;
|
||||
/**
|
||||
* @var string The password's salt.
|
||||
*/
|
||||
public $salt;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user