Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
rc
self-reg-form
Commits
c95fc667
Commit
c95fc667
authored
Mar 09, 2021
by
Krish Moodbidri
Browse files
changed variable names to match naming convention of REMOTE_USER
parent
58653950
Changes
1
Hide whitespace changes
Inline
Side-by-side
vars.py
View file @
c95fc667
id
=
''
password
=
''
key
=
''
broker_url
=
'amqp://'
+
id
+
':'
+
password
+
'@
ohpc
:5672/'
id
=
'
reggie
'
password
=
'
reggie
'
key
=
'
1234
'
broker_url
=
'amqp://'
+
id
+
':'
+
password
+
'@
master
:5672/'
message_queue
=
broker_url
+
'socketio'
default_referrer
=
"/pun/sys/dashboard"
username_key
=
[
"REMOTE_USER"
]
fullname_key
=
[
"
HTTP
_DISPLAYNAME"
]
email_key
=
[
"
HTTP
_MAIL"
]
fullname_key
=
[
"
REMOTE_USER
_DISPLAYNAME"
]
email_key
=
[
"
REMOTE_USER
_MAIL"
]
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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