Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredcwhite committed Apr 7, 2024
1 parent e967884 commit 296dab6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ AllCops:
- script/**/*
- test/fixtures/**/*
- vendor/**/*

Metrics/ParameterLists:
Enabled: false
3 changes: 2 additions & 1 deletion lib/authtown/initializer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
logout_redirect "/"

set_deadline_values? true # for remember, etc.
remember_deadline_interval days: 30 # TODO: why isn't this working? might be a schema issue with old AR
# TODO: why isn't this working? might be a schema issue with old AR:
remember_deadline_interval days: 30
extend_remember_deadline? true

login_label "Email Address"
Expand Down

0 comments on commit 296dab6

Please sign in to comment.