- Bug 169353. Prompt user for Desktop Password when Master Password is not present.
This commit is contained in:
@@ -151,6 +151,18 @@ namespace Novell.CASA
|
||||
|
||||
return NativeCalls.ResetMasterPassword(sCurrentPassword, sNewPassword);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
public static bool ValidateDesktopPwd(string sPassword)
|
||||
{
|
||||
if (sPassword != null)
|
||||
{
|
||||
return NativeCalls.ValidateDesktopPwd(sPassword);
|
||||
}
|
||||
else
|
||||
{
|
||||
return false;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user