config: add options.salt_rounds (speed up testing!)
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