Ignore secure values, will implement later
This commit is contained in:
parent
eabce85f6e
commit
8fb21a8b74
@ -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']['_']) {
|
||||
|
Loading…
Reference in New Issue
Block a user