Ignore secure values, will implement later

This commit is contained in:
Daniil Gentili 2019-08-04 12:23:12 +02:00
parent eabce85f6e
commit 8fb21a8b74

View File

@ -102,7 +102,7 @@ class PasswordCalculator
throw new Exception('Wrong constructor');
}
if ($object['has_secure_values']) {
throw new Exception('Cannot parse secure values');
//throw new Exception('Cannot parse secure values');
}
if ($object['has_password']) {
switch ($object['current_algo']['_']) {