summaryrefslogtreecommitdiff
path: root/EDK/MiniSetup/BootOnly/postmgmtext.c
diff options
context:
space:
mode:
Diffstat (limited to 'EDK/MiniSetup/BootOnly/postmgmtext.c')
-rw-r--r--EDK/MiniSetup/BootOnly/postmgmtext.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/EDK/MiniSetup/BootOnly/postmgmtext.c b/EDK/MiniSetup/BootOnly/postmgmtext.c
index 530be2a..1daeb48 100644
--- a/EDK/MiniSetup/BootOnly/postmgmtext.c
+++ b/EDK/MiniSetup/BootOnly/postmgmtext.c
@@ -554,7 +554,8 @@ UINT32 CheckSystemPassword(UINT32 EmptyPasswordType, UINTN *NoOfRetries, UINTN *
(!(PasswordInstalled & AMI_PASSWORD_USER ))&&
(EmptyPasswordType & AMI_PASSWORD_USER)
)
- PasswordCheck = AMI_PASSWORD_USER;
+ //PasswordCheck = AMI_PASSWORD_USER;
+ PasswordCheck = AMI_PASSWORD_NONE;
if(
(!(PasswordInstalled & AMI_PASSWORD_ADMIN ))&&
(EmptyPasswordType & AMI_PASSWORD_ADMIN)