Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
synnefo
Commits
4f60fe69
Commit
4f60fe69
authored
Jun 14, 2011
by
Georgios Gousios
Browse files
Helpdesk application configurable entries
parent
e6c61eef
Changes
1
Hide whitespace changes
Inline
Side-by-side
settings.py.dist
View file @
4f60fe69
...
...
@@ -105,6 +105,7 @@ MIDDLEWARE_CLASSES = (
'django.contrib.sessions.middleware.SessionMiddleware',
'synnefo.aai.middleware.SynnefoAuthMiddleware',
'synnefo.api.middleware.ApiAuthMiddleware',
'synnefo.helpdesk.middleware.HelpdeskMiddleware',
'django.middleware.locale.LocaleMiddleware',
'django.middleware.common.CommonMiddleware',
'django.contrib.messages.middleware.MessageMiddleware'
...
...
@@ -268,6 +269,20 @@ SYSTEM_EMAIL_ADDR="noreply@grnet.gr"
#
BYPASS_AUTHENTICATION = False
#
# Helpdesk application
#
# Duration for temporary auth tokens, created for impersonating a register
# user by help desk staff.
HELPDESK_TOKEN_DURATION_MIN = 30
# IP addresses of the machines allowed to connect as help desk
HELPDESK_ALLOWED_IP = ("127.0.0.1")
# Helpdesk auth token
HELPDESK_AUTH_TOKEN = "0xdeadbabe"
#
# Network Configuration
#
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment