Only use active domains

Created on 15 December 2014, about 10 years ago
Updated 13 January 2025, 6 days ago

You should consider only authenticating with domains that are valid

@@ -242,6 +242,7 @@ function i18n_sso_get_all_domains() {
$subdomains = array();
$query = db_select('domain', 'd')
->fields('d', array('subdomain'))
+ ->condition("valid",1)
->execute();
while($record = $query->fetchObject()) {
$subdomains[] = 'http://' . $record->subdomain . '/';

Feature request
Status

Closed: outdated

Version

1.0

Component

Code

Created by

🇧🇪Belgium paulvb

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • 🇫🇷France Grimreaper France 🇫🇷

    Hi,

    Drupal 7 is no more supported and Drupal 7 branches on projects had been automatically marked as unsupported and not available to download anymore.

    So closing the issue.

Production build 0.71.5 2024