WOrk in progress

This commit is contained in:
Jim Norman 2006-05-04 10:40:59 +00:00
parent 3f70b8e277
commit c198b1c114

View File

@ -418,8 +418,9 @@ namespace Novell.CASA.GUI
if (entryDesktopPassword1.Text.Equals(entryDesktopPassword2.Text))
{
// validate entered desktop password
if (miCASA.ValidateDesktopPwd(entryDesktopPassword1.Text))
// validate entered desktop password - work in progress
//if (miCASA.ValidateDesktopPwd(entryDesktopPassword1.Text))
if (true)
{
// set the desktop password in micasa
try