<?php
/**
 * Created by JetBrains PhpStorm.
 * User: tom
 * Date: 23-3-13
 * Time: 13:34
 * To change this template use File | Settings | File Templates.
 */

define("AUTH_DB_CHANGEPASSWORD_INVALIDUSERNAME", "Invalid username given.");
define("AUTH_DB_CHANGEPASSWORD_INVALIDPASSWORD", "Empty password is not allowed.");
define("AUTH_DB_CHANGEPASSWORD_PASSWORDTOOSHORT", "Password needs to be at least 5 chars");
define("AUTH_DB_CHANGEPASSWORD_FAILED", "Failed to change password:");
define("AUTH_DB_CHANGEPASSWORD_SUCCEEDED", "Password is changed successfully");

?>