03-13-2009, 04:36 PM
[eluser]Shrike67[/eluser]
I have some problems with the dmiden’s fix if I use the lang: syntax
I get:
I have some problems with the dmiden’s fix if I use the lang: syntax
Code:
$val->set_rules('password', 'lang:auth_password', 'trim|required|min_length['.$this->_min_password.']|max_length['.$this->_max_password.']|matches[confirm_password]');
$val->set_rules('confirm_password', 'lang:auth_confirm_password', 'trim|required');
I get:
Code:
The Password field does not match the lang:auth_confirm_password field.