#! /usr/bin/php -f isError()) { echo "Can't find this user... " ; exit (1) ; } if (!$user->setPasswd ($p)) { echo "An error occurred. Weak password? " ; exit (1) ; } } else { echo "Usage: .../forge_set_password " ; exit (1) ; } // Local Variables: // mode: php // c-file-style: "bsd" // End: ?>