Commit 9928940e authored by Shakarim Sapa's avatar Shakarim Sapa

- Изменили размер шрифта

parent 26fc5c62
...@@ -212,6 +212,7 @@ class User extends ActiveRecordModel implements IdentityInterface ...@@ -212,6 +212,7 @@ class User extends ActiveRecordModel implements IdentityInterface
[['email'], 'unique','on' => [ [['email'], 'unique','on' => [
self::SCENARIO_REGISTRATION, self::SCENARIO_REGISTRATION,
self::SCENARIO_CREATE, self::SCENARIO_CREATE,
self::SCENARIO_FAST_REGISTRATION
]], ]],
[['email'], '\common\components\validators\RuEmailValidator'], [['email'], '\common\components\validators\RuEmailValidator'],
[['password_c'], 'compare', 'compareAttribute' => 'password', 'on' => [ [['password_c'], 'compare', 'compareAttribute' => 'password', 'on' => [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment