Patrick Heppler 86908e1eb4 Set argon defaults to prevent password_hash(): Memory cost is outside of allowed memory range on PHP 7.4 (#5094)
With the values 
````
'argon' => [
        'memory' => 1024,
        'threads' => 2,
        'time' => 2,
    ],
```
Hash::make() produces password_hash(): Memory cost is outside of allowed memory range on PHP 7.4
2019-09-06 14:16:32 +02:00
..
2019-02-26 14:31:11 +01:00
2019-02-19 21:58:25 -05:00
2019-01-28 08:38:36 -06:00
2019-05-07 17:57:29 +02:00
2019-08-27 16:26:48 -05:00
2019-08-14 09:19:31 -05:00
2019-01-10 15:21:07 -06:00