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
parent
bd880f9178
commit
44385800cf
|
@ -143,7 +143,8 @@ namespace OpenSim.Grid.UserServer
|
||||||
|
|
||||||
tempfirstname = m_console.CmdPrompt("First name");
|
tempfirstname = m_console.CmdPrompt("First name");
|
||||||
templastname = m_console.CmdPrompt("Last 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"));
|
regX = Convert.ToUInt32(m_console.CmdPrompt("Start Region X"));
|
||||||
regY = Convert.ToUInt32(m_console.CmdPrompt("Start Region Y"));
|
regY = Convert.ToUInt32(m_console.CmdPrompt("Start Region Y"));
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue