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

define("AUTH_DB_MODUSER_USERNAMEIGNORED", "Username cannot be changed and is ignored.");
define("AUTH_DB_MODUSER_PASSWORDTOOSHORT", "Password needs to be at least 5 chars");
define("AUTH_DB_MODUSER_FAILED", "Failed to modify user:");
define("AUTH_DB_MODUSER_SUCCEEDED", "User modified successfully");

?>