[eluser]theprodigy[/eluser]
Having a slight problem with get_rules.
When checking login, it works just fine. But when trying to output the password in a password input field, it's outputting the encrypted text, causing the field to act strange (closing the value attribute early, etc).
Model in question:
Code:
class User extends DataMapper {
var $has_one = array('group');
var $has_many = array('maillist','email','sent_email','signature');