sửa trang login

This commit is contained in:
2020-11-17 11:53:06 +07:00
parent 94bb191e38
commit e9ca816f29
2 changed files with 8 additions and 2 deletions

View File

@@ -32,6 +32,14 @@ class LoginForm extends Model {
];
}
public function attributeLabels() {
return [
'username' => "Tài khoản",
'password' => "Mật khẩu",
'rememberMe' => "Ghi nhớ đăng nhập"
];
}
/**
* Validates the password.
* This method serves as the inline validation for password.