issue#77 Add support for remine password hashes

This commit is contained in:
Marcin Łojewski
2018-12-16 17:01:48 +01:00
parent 8eb99e66bb
commit 8e80480eaa
8 changed files with 123 additions and 6 deletions

View File

@@ -28,6 +28,7 @@ namespace OCA\UserSQL\Constant;
*/
final class Opt
{
const APPEND_SALT = "opt.append_salt";
const CASE_INSENSITIVE_USERNAME = "opt.case_insensitive_username";
const CRYPTO_CLASS = "opt.crypto_class";
const EMAIL_SYNC = "opt.email_sync";