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
flowspy
Commits
e16b1958
Commit
e16b1958
authored
Jan 29, 2013
by
Leonidas Poulopoulos
Browse files
Patch that fixes multiple mail atributes returned by shib
parent
6ecbf4ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
flowspec/views.py
View file @
e16b1958
...
...
@@ -471,6 +471,6 @@ def send_new_mail(subject, message, from_email, recipient_list, bcc_list):
def
lookupShibAttr
(
attrmap
,
requestMeta
):
for
attr
in
attrmap
:
if
attr
in
requestMeta
:
if
(
attr
in
requestMeta
)
&
(
len
(
requestMeta
[
attr
])
>
0
)
:
return
requestMeta
[
attr
]
return
''
\ No newline at end of file
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