リビジョン 304d523f app/Model/User.php

差分を見る:

app/Model/User.php
27 27
                'rule' => 'isUnique', 
28 28
                'message' => '既に登録されています'
29 29
            ),
30
            array( 
31
                'rule' => array('minLength', 3), 
32
                'message' => 'パスワードは3文字以上入力してください', 
33
            ),
30 34
        ),
31 35
        'email' => array(
32 36
        	array(

他の形式にエクスポート: Unified diff