Skip to content
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

Open
wants to merge 5 commits into
base: release-3.7.0
Choose a base branch
from
Open

ISSUE-338: saml login #1064

wants to merge 5 commits into from

Conversation

TatevikGr
Copy link

@TatevikGr TatevikGr commented Jan 21, 2025

Description

adopt for simplesaml plugin
fix division by 0 error

Contributor License Agreement

Related Issue

phpList/phplist-plugin-saml2#4

Screenshots (if appropriate):

@TatevikGr TatevikGr requested a review from michield January 21, 2025 17:06
Copy link
Contributor

@bramley bramley left a 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.

@@ -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']) {
Copy link
Contributor

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.

@TatevikGr TatevikGr force-pushed the ISSUE-338 branch 3 times, most recently from cf0a666 to e00f560 Compare January 23, 2025 16:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants