# File app/models/user.rb, line 89
  def token_lifetime
    UserSystem::CONFIG[:security_token_life_hours] * 60 * 60
  end