Skip to content

Commit

Permalink
Checks for plain password are part of /admin/check.php
Browse files Browse the repository at this point in the history
  • Loading branch information
mantis committed May 4, 2009
1 parent 49a5c45 commit 4b34df2
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions login_page.php
Expand Up @@ -144,13 +144,6 @@

if ( config_get_global( 'admin_checks' ) == ON ) {

# Warning, if plain passwords are selected
if ( config_get( 'login_method' ) === PLAIN ) {
echo '<div class="warning" align="center">', "\n";
echo "\t", '<p><font color="red">', lang_get( 'warning_plain_password_authentication' ), '</font></p>', "\n";
echo '</div>', "\n";
}

# Generate a warning if administrator/root is valid.
$t_admin_user_id = user_get_id_by_name( 'administrator' );
if ( $t_admin_user_id !== false ) {
Expand Down

0 comments on commit 4b34df2

Please sign in to comment.