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