forked from pkp/omp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pkp/pkp-lib#8543 improve session_check_ip and validation_timeout desc…
…riptions
- Loading branch information
1 parent
eaef1a6
commit 3c757ee
Showing
1 changed file
with
5 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -94,7 +94,7 @@ | |
; base_url[myPress] = http://www.myUrl.com/myPress | ||
; base_url[myOtherPress] = http://myOtherPress.myUrl.com | ||
|
||
; Generate RESTful URLs using mod_rewrite. This requires the | ||
; Generate RESTful URLs using mod_rewrite. This requires the | ||
; rewrite directive to be enabled in your .htaccess or httpd.conf. | ||
; See FAQ for more details. | ||
restful_urls = Off | ||
|
@@ -253,8 +253,9 @@ | |
force_login_ssl = Off | ||
|
||
; This check will invalidate a session if the user's IP address changes. | ||
; Enabling this option provides some amount of additional security, but may | ||
; cause problems for users behind a proxy farm (e.g., AOL). | ||
; Enabling this option provides some additional security, but may cause | ||
; login problems for some users (e.g. if a user IP is changed frequently | ||
; by a server or network configuration). | ||
session_check_ip = Off | ||
|
||
; The encryption (hashing) algorithm to use for encrypting user passwords | ||
|
@@ -279,11 +280,9 @@ | |
allowed_html = "a[href|target|title],em,strong,cite,code,ul,ol,li[class],dl,dt,dd,b,i,u,img[src|alt],sup,sub,br,p" | ||
|
||
;Is implicit authentication enabled or not | ||
|
||
;implicit_auth = On | ||
|
||
;Implicit Auth Header Variables | ||
|
||
;implicit_auth_header_first_name = HTTP_GIVENNAME | ||
;implicit_auth_header_last_name = HTTP_SN | ||
;implicit_auth_header_email = HTTP_MAIL | ||
|
@@ -296,7 +295,6 @@ | |
;implicit_auth_admin_list = "[email protected] [email protected]" | ||
|
||
; URL of the implicit auth 'Way Finder' page. See pages/login/LoginHandler.inc.php for usage. | ||
|
||
;implicit_auth_wayf_url = "/Shibboleth.sso/wayf" | ||
|
||
|
||
|
@@ -375,7 +373,7 @@ | |
; If enabled, email addresses must be validated before login is possible. | ||
require_validation = Off | ||
|
||
; Maximum number of days before an unvalidated account expires and is deleted | ||
; The number of days a user has to validate their account before their access key expires. | ||
validation_timeout = 14 | ||
|
||
|
||
|