diff -r ce6053bb48d8 -r ad5986a53197 plugins/SpecialAdmin.php --- a/plugins/SpecialAdmin.php Fri Jun 22 18:42:26 2007 -0400 +++ b/plugins/SpecialAdmin.php Sat Jun 23 09:55:58 2007 -0400 @@ -116,7 +116,7 @@ echo ''; switch($r['action']) { case "admin_auth_good": echo 'Successful elevated authentication'; if ( !empty($r['page_text']) ) { $level = $session->userlevel_to_string( intval($r['page_text']) ); echo "
Authentication level: $level"; } break; - case "admin_auth_bad": echo 'Failed administration logon'; break; + case "admin_auth_bad": echo 'Failed elevated authentication'; if ( !empty($r['page_text']) ) { $level = $session->userlevel_to_string( intval($r['page_text']) ); echo "
Attempted auth level: $level"; } break; case "activ_good": echo 'Successful account activation'; break; case "auth_good": echo 'Successful regular user logon'; break; case "activ_bad": echo 'Failed account activation'; break;