Skip to content

config: add options.salt_rounds (speed up testing!)

Kevin Morris requested to merge kevr/aurweb:pu_salt_rounds into pu

During development, the lower this value is (must be > 0) equals faster User generation. This is particularly useful for running tests.

In production, a higher value (like 12 which is used by various popular frameworks) should be used.

Signed-off-by: Kevin Morris kevr@0cost.org

Merge request reports