Advertisement
Guest User

Untitled

a guest
Mar 27th, 2017
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. $this->form_validation->set_rules(
  2. 'password',
  3. 'password',
  4. 'required|min_length[4]|max_length[8]|regex_match[/^[a-z0-9]+$/]'
  5. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement