sửa trang login
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user