add reception changes
This commit is contained in:
@@ -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'],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user