Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Sympa
Commits
5e4f654d
Unverified
Commit
5e4f654d
authored
Sep 01, 2020
by
IKEDA Soji
Committed by
GitHub
Sep 01, 2020
Browse files
Merge pull request #987 from ikedas/issue-986_try-1 by ikedas
Sympa CAS logout_path does not work (#986)
parents
d85aa0f9
3129c4b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/cgi/wwsympa.fcgi.in
View file @
5e4f654d
...
...
@@ -3910,7 +3910,7 @@ sub do_logout {
delete $param->{'user'};
$session->{'email'} = 'nobody';
if (
$session->{'cas_server'}
if (
length(
$session->{'cas_server'}
// '')
and $Conf::Conf{'auth_services'}{$robot}[$session->{'cas_server'}]) {
# This user was logged using CAS.
my $cas_server =
...
...
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