Sha256: af41f88a05654fb8a41cc43929b1f0986c214c22439faeeaf9d376c74cda2dbf
Contents?: true
Size: 309 Bytes
Versions: 4
Compression:
Stored size: 309 Bytes
Contents
Authenticate.configure do |config| config.timeout_in = 45.minutes config.max_session_lifetime = 20.minutes config.max_consecutive_bad_logins_allowed = 2 config.bad_login_lockout_period = 10.minutes config.reset_password_within = 5.minutes config.password_length = 8..128 config.debug = true end
Version data entries
4 entries across 4 versions & 1 rubygems