Developed on: https://github.com/nextcloud/user_sql/tree/feature/issue%2346
In settings admin panel add hash algorithm options eg.
- CryptBlowfish -> cost,
- CryptArgon2 -> memory cost, time cost, threads
- ...
Now workaround is to change it in code (constructor).
TODO:
Developed on: https://github.com/nextcloud/user_sql/tree/feature/issue%2346
In settings admin panel add hash algorithm options eg.
Now workaround is to change it in code (constructor).
TODO: