<?php /** * Sahana security library error defines * * PHP version 4 and 5 * * LICENSE: This source file is subject to LGPL license * that is available through the world-wide-web at the following URI: * http://www.gnu.org/copyleft/lesser.html * * @package framework * @subpackage security * @author Ravindra De Silva <hide@address.com><hide@address.com> * @copyright Lanka Software Foundation - http://www.opensource.lk * @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License (LGPL) * */ define(SHN_AUTH_ERR_USER_EXISTS,"User Name already taken, Please Complete and Submit again"); define(SHN_AUTH_ERR_OPENID_EXISTS,"openID already taken, Please Complete and Submit again"); define(SHN_AUTH_ERR_PERSON_EXISTS,"A person by that Name already exists, Please Complete and Submit again"); define(SHN_AUTH_ERR_PERSON_NOT_EXISTS,"The Person UUID does not exist, Please Complete and Submit again"); define(SHN_AUTH_ERR_UNAME_INCOMPLETE,"User Name is essential for registration. Please Complete and Submit again"); define(SHN_AUTH_ERR_PWD_INCOMPLETE,"Password is essential for registration. Please Complete and Submit again"); define(SHN_AUTH_ERR_REPWD_INCOMPLETE,"Password confirmation is essential for registration. Please Complete and Submit again"); define(SHN_AUTH_ERR_REPWD_WRONG,"Password confirmation does not match with password. Please Complete and Submit again"); ?>