For information, the platform will not be available on 11/06 from 9am to 1pm.
An error has occurred with a eval'd field - please inform the web-site owner. Debug: Caught exception (str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated) on eval of password tip: $params = JComponentHelper::getParams('com_users'); $min_length = $params->get('minimum_length'); $min_int = $params->get('minimum_integers'); $min_sym = $params->get('minimum_symbols'); $min_up = $params->get('minimum_uppercase'); $min_low = $params->get('minimum_lowercase'); $tip_text = JText::sprintf('USER_PASSWORD_MIN_LENGTH', $min_length); if ((int)$min_int > 0) { $tip_text .= ', '.JText::sprintf('USER_PASSWORD_MIN_INT', $min_int); } if ((int)$min_sym > 0) { $tip_text .= ', '.JText::sprintf('USER_PASSWORD_MIN_SYM', $min_sym); } if ((int)$min_up > 0) { $tip_text .= ', '.JText::sprintf('USER_PASSWORD_MIN_UPPER', $min_up); } if ((int)$min_low > 0) { $tip_text .= ', '.JText::sprintf('USER_PASSWORD_MIN_LOWER', $min_low); } return $tip_text;
BACK_TO_LOGIN