add reception changes

This commit is contained in:
2015-09-30 15:24:16 +02:00
parent 640d04cb76
commit 7128cd438d
11 changed files with 311 additions and 161 deletions

View File

@@ -68,7 +68,7 @@ class CustomerUpdate extends \common\models\Customer
[['email'], 'email' ],
[['email'], 'unique' ],
[['password_plain','password_repeat'], 'string', 'max' => 32],
// [['password_plain','password_repeat'], 'string', 'max' => 32],
[['sex'], 'integer'],