You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: simplesamlphp_auth.install
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -56,8 +56,8 @@ function simplesamlphp_auth_requirements($phase) {
56
56
if ($phase == 'runtime') {
57
57
if (!variable_get('simplesamlphp_auth_activate', 0)) {
58
58
$requirements['simplesamlphp_auth'] = array(
59
-
'severity' => REQUIREMENT_INFO,
60
-
'title' => 'simpleSAMLphp_auth',
59
+
'severity' => REQUIREMENT_WARNING,
60
+
'title' => 'SimpleSAMLphp auth',
61
61
'value' => t('SimpleSAMLphp authentication is NOT activated'),
62
62
'description' => t('It can be activated on the !admin_page.', array('!admin_page' => l(t('configuration page'), 'admin/config/people/simplesamlphp_auth'))),
63
63
);
@@ -66,8 +66,8 @@ function simplesamlphp_auth_requirements($phase) {
0 commit comments