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
d067d9ce
Commit
d067d9ce
authored
Oct 07, 2021
by
IKEDA Soji
Browse files
WWSympa: Invalid input on sso_login form floods listmaster notification (#1244)
parent
b17e3bb8
Changes
2
Hide whitespace changes
Inline
Side-by-side
default/mail_tt2/report.tt2
View file @
d067d9ce
...
...
@@ -899,6 +899,9 @@ Warning: this message may already have been sent by one of the list's moderators
[%~ ELSIF report_entry == 'no_classic_session' ~%]
[%|loc()%]You are not authorized to delete your account if you are not using the built-in authentication (i.e. you are using a LDAP authentication, a SSO system, etc.).[%END%]
[%~ ELSIF report_entry == 'unknown_authentication_service' ~%]
[%|loc(report_param.name)%]Unknown authentication service %1.[%END%]
[%~ END ~%]
[%~ END ~%]
src/cgi/wwsympa.fcgi.in
View file @
d067d9ce
...
...
@@ -3716,12 +3716,12 @@ sub do_sso_login {
);
return 1;
} else {
#
#
Unknown SSO service
# Unknown SSO service
.
Sympa::WWW::Report::reject_report_web(
'
int
er
n
',
'
us
er',
'unknown_authentication_service',
{'name' => $in{'auth_service_name'}},
$param->{'action'}
, '', '', $robot
$param->{'action'}
);
wwslog(
'err',
...
...
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