DS-1192 new property to skip XMLUI ip checks during login

This commit is contained in:
Sam Ottenhoff
2012-06-08 16:41:04 -04:00
parent a9f3f7384a
commit 2058701ae2
2 changed files with 12 additions and 1 deletions

View File

@@ -1589,6 +1589,14 @@ webui.suggest.enable = false
# process. The default value is false, i.e. no one may assume the login of another user.
#xmlui.user.assumelogin = true
# Check if the user has a consistent ip address from the start of the login process
# to the end of the login process. Disabling this check is not recommended unless
# absolutely necessary as the ip check can be helpful for preventing session
# hijacking. Possible reasons to set this to false: many-to-many wireless networks
# that prevent consistent ip addresses or complex proxying of requests.
# The default value is set to true.
#xmlui.session.ipcheck = true
# After a user has logged into the system, which url should they be directed too?
# Leave this parameter blank or undefined to direct users to the homepage, or
# "/profile" for the user's profile, or another reasonable choice is "/submissions"