|
|
|
@ -336,7 +336,7 @@ class AccountController < ApplicationController
|
|
|
|
|
:expires => 1.month.from_now,
|
|
|
|
|
:path => (Redmine::Configuration['autologin_cookie_path'] || '/'),
|
|
|
|
|
:secure => (Redmine::Configuration['autologin_cookie_secure'] ? true : false),
|
|
|
|
|
:domain => '.trustie.net',
|
|
|
|
|
:domain => Redmine::Configuration['cookie_domain'],
|
|
|
|
|
:httponly => true
|
|
|
|
|
}
|
|
|
|
|
cookies[autologin_cookie_name] = cookie_options
|
|
|
|
|