Some theme and field updates

This commit is contained in:
Deon George
2016-08-31 01:59:46 +10:00
parent e07fc159cf
commit f5bc5dfa29
4 changed files with 172 additions and 5 deletions

View File

@@ -0,0 +1,18 @@
<?php defined('SYSPATH') or die('No direct access allowed.');
/**
* Account validation messages.
*
* @package lnApp
* @category Validation
* @author Deon George
* @copyright (c) 2010 Deon George
* @license http://dev.leenooks.net/license.html
*/
return array(
'email'=>array(
'unique'=>'That email address is either already registered or is reserved. Please login and try this registration again. If you dont know your password, please reset it.',
),
);
?>