We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2cad556 + 5e9cf42 commit 8af7cb4Copy full SHA for 8af7cb4
models/Ion_auth_model.php
@@ -2621,9 +2621,10 @@ protected function _get_hash_parameters($identity = NULL)
2621
break;
2622
2623
case 'argon2':
2624
+ case 'argon2id':
2625
$params = $this->config->item('argon2_default_params', 'ion_auth');
2626
-
2627
+
2628
default:
2629
// Do nothing
2630
}
@@ -2648,6 +2649,10 @@ protected function _get_hash_algo()
2648
2649
$algo = PASSWORD_ARGON2I;
2650
2651
2652
2653
+ $algo = PASSWORD_ARGON2ID;
2654
+ break;
2655
2656
2657
2658
0 commit comments