-
-
Notifications
You must be signed in to change notification settings - Fork 273
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ISSUE-338: saml login #1064
base: release-3.7.0
Are you sure you want to change the base?
ISSUE-338: saml login #1064
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The problem with divide by 0 for the Last Campaign statistics has already been fixed in the bootlist theme phpList/phplist-ui-bootlist@8c72c07
Not sure that I understand when the file home.php in the admin directory is used instead of home.php in the theme.
public_html/lists/admin/login.php
Outdated
@@ -43,6 +43,9 @@ function footer() | |||
echo $GLOBALS['I18N']->get('Enter your email address').': </p><input type="text" name="forgotpassword" value="" size="30" />'; | |||
echo ' <input class="submit" type="submit" name="process" value="'.$GLOBALS['I18N']->get('Send password').'" />'; | |||
echo ' <div class="clear"></div>'; | |||
if ($GLOBALS['plugins']['simplesaml']) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should probably be
array_key_exists('simplesaml', $plugins)
or
isset($plugins['simplesaml'])
because it usually won't exist.
cf0a666
to
e00f560
Compare
Description
adopt for simplesaml plugin
fix division by 0 error
Contributor License Agreement
Related Issue
phpList/phplist-plugin-saml2#4
Screenshots (if appropriate):