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:
Marcin Łojewski
2018-06-30 13:19:04 +02:00
parent 434e2777c3
commit a2b65f144c
10 changed files with 142 additions and 8 deletions

View File

@@ -56,4 +56,8 @@ class User
* @var bool Can user change its avatar.
*/
public $avatar;
/**
* @var string The password's salt.
*/
public $salt;
}