Hello, World!
authorJens Frank <jeluf@users.mediawiki.org>
Sat, 31 Jul 2004 08:56:54 +0000 (08:56 +0000)
committerJens Frank <jeluf@users.mediawiki.org>
Sat, 31 Jul 2004 08:56:54 +0000 (08:56 +0000)
includes/User.php

index 7d10777..63044d7 100644 (file)
@@ -714,7 +714,6 @@ class User {
        
        # Check to see if the given clear-text password is one of the accepted passwords
        function checkPassword( $password ) {
-               print "hello\n";
                $this->loadFromDatabase();
                $ep = $this->encryptPassword( $password );
                if ( 0 == strcmp( $ep, $this->mPassword ) ) {