Changed UserServer create user password input to cleartext so we can see what the all the fuzz/blur is about. Make sure that you hide your monitor and that there are no black vans with large antennas parked outside while you type the password.

Actually, turn off your monitor while typing password. Then press reset button on your computer.
ThreadPoolClientBranch
Tedd Hansen 2008-02-14 10:04:14 +00:00
parent bd880f9178
commit 44385800cf
1 changed files with 2 additions and 1 deletions

View File

@ -143,7 +143,8 @@ namespace OpenSim.Grid.UserServer
tempfirstname = m_console.CmdPrompt("First name");
templastname = m_console.CmdPrompt("Last name");
tempMD5Passwd = m_console.PasswdPrompt("Password");
//tempMD5Passwd = m_console.PasswdPrompt("Password");
tempMD5Passwd = m_console.CmdPrompt("Password");
regX = Convert.ToUInt32(m_console.CmdPrompt("Start Region X"));
regY = Convert.ToUInt32(m_console.CmdPrompt("Start Region Y"));