Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
self-reg-form
Manage
Activity
Members
Labels
Plan
Issues
7
Issue boards
Milestones
Wiki
Code
Merge requests
3
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
rc
self-reg-form
Commits
60bccce0
Commit
60bccce0
authored
4 years ago
by
Mitchell Moore
Browse files
Options
Downloads
Patches
Plain Diff
Local TEST
parent
93632cfb
No related branches found
No related tags found
1 merge request
!2
Feat update ui (pre react)
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
app/__init__.py
+1
-4
1 addition, 4 deletions
app/__init__.py
with
1 addition
and
4 deletions
app/__init__.py
+
1
−
4
View file @
60bccce0
...
@@ -33,12 +33,9 @@ def create_app(config_name):
...
@@ -33,12 +33,9 @@ def create_app(config_name):
# test block
# test block
request
.
environ
[
"
HTTP_UID
"
]
=
"
mmoo97
"
request
.
environ
[
"
HTTP_UID
"
]
=
"
mmoo97
"
request
.
environ
[
"
HTTP_DISPLAYNAME
"
]
=
"
Mitchell Moore
"
#
request.environ["HTTP_DISPLAYNAME"] = "Mitchell Moore"
request
.
environ
[
"
HTTP_MAIL
"
]
=
"
mmoo97@uab.edu
"
request
.
environ
[
"
HTTP_MAIL
"
]
=
"
mmoo97@uab.edu
"
for
key
in
sorted
(
request
.
environ
.
keys
()):
print
(
key
)
# end test block
# end test block
if
'
uid
'
not
in
session
:
if
'
uid
'
not
in
session
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment