Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
ai3
docker
roundcube
Commits
6d5f2055
Commit
6d5f2055
authored
Dec 20, 2019
by
ale
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Properly link the logout url on imap login failures
parent
3f23e660
Pipeline
#5417
passed with stages
in 3 minutes and 9 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
plugins/sso/sso.php
plugins/sso/sso.php
+3
-1
No files found.
plugins/sso/sso.php
View file @
6d5f2055
...
...
@@ -75,7 +75,9 @@ class sso extends rcube_plugin
function
login_failed
(
$args
)
{
echo
(
'<h3>There has been a login error with the mail server. Please go back and try again.</h3>'
);
$this
->
load_config
();
$sso_logout_url
=
rcmail
::
get_instance
()
->
config
->
get
(
'sso_logout_url'
);
echo
(
'<h3>There has been a login error with the mail server. Please try <a href="'
.
$sso_logout_url
.
'">logging out</a> and logging in again.</h3>'
);
exit
;
}
...
...
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