Guest User

Untitled

a guest
Apr 25th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.37 KB | None | 0 0
  1. <?php defined('SYSPATH') or die('No direct script access.');
  2.  
  3. return array(
  4.     'email' => array(
  5.        'not_empty' => 'The email address has to be filled in.',
  6.     ),
  7.     'password' => array(
  8.        'matches' => 'The passwords must match each other',
  9.        'min_length' => 'The password must be at least :param2 characters long. Any character is accepted. Go hog wild!',
  10.     ),
  11. );
Add Comment
Please, Sign In to add comment