Changesets can be listed by changeset number.
The Git repository is here.
Changeset 152
Increased login timeout to 60 minutes.
- Comitted by: adh
- Date: Friday December 01 12:35:10 2006 (over 17 years ago)
Affected files:
- rool/rails/gems/hubssolib/trunk/VERSION (diff)
- rool/rails/gems/hubssolib/trunk/hubssolib.gemspec (diff)
- rool/rails/gems/hubssolib/trunk/lib/hub_sso_lib.rb (diff)
rool/rails/gems/hubssolib/trunk/VERSION:
prev. | current | |
1 | ||
1 | 0.1.2 (01-Dec-2006) |
rool/rails/gems/hubssolib/trunk/hubssolib.gemspec:
prev. | current | |
s.platform = Gem::Platform::RUBY | ||
s.name = 'hubssolib' | ||
7 | | |
7 | s.version = '0.1.2' | |
s.author = 'Andrew Hodgkinson and others' | ||
s.email = 'ahodgkin@rowing.org.uk' | ||
s.homepage = 'http://pond.org.uk/ruby/hub/' |
rool/rails/gems/hubssolib/trunk/lib/hub_sso_lib.rb:
prev. | current | |
HUB_PATH_PREFIX = '/rails/hub' | ||
# Time limit, *in seconds*, for the account inactivity timeout. | ||
24 | | |
25 | | |
26 | | |
24 | # If a user performs no Hub actions during this time they will | |
25 | # be automatically logged out upon their next action. | |
26 | HUBSSOLIB_IDLE_TIME_LIMIT = 60 * 60 | |
# Random file location. | ||
HUBSSOLIB_RND_FILE_PATH = '/home/adh/.rnd' |