aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid
diff options
context:
space:
mode:
authorTedd Hansen2008-02-14 10:04:14 +0000
committerTedd Hansen2008-02-14 10:04:14 +0000
commit44385800cf765f7c8c0a0aba560d615f5f465403 (patch)
treeb112db480388c2d80fc6428f6e6bfe8837794793 /OpenSim/Grid
parent* Another ODE Stability update. This might fix the recent Linux issues with... (diff)
downloadopensim-SC_OLD-44385800cf765f7c8c0a0aba560d615f5f465403.zip
opensim-SC_OLD-44385800cf765f7c8c0a0aba560d615f5f465403.tar.gz
opensim-SC_OLD-44385800cf765f7c8c0a0aba560d615f5f465403.tar.bz2
opensim-SC_OLD-44385800cf765f7c8c0a0aba560d615f5f465403.tar.xz
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.
Diffstat (limited to 'OpenSim/Grid')
-rw-r--r--OpenSim/Grid/UserServer/Main.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Grid/UserServer/Main.cs b/OpenSim/Grid/UserServer/Main.cs
index b093d02..8c05d86 100644
--- a/OpenSim/Grid/UserServer/Main.cs
+++ b/OpenSim/Grid/UserServer/Main.cs
@@ -143,7 +143,8 @@ namespace OpenSim.Grid.UserServer
143 143
144 tempfirstname = m_console.CmdPrompt("First name"); 144 tempfirstname = m_console.CmdPrompt("First name");
145 templastname = m_console.CmdPrompt("Last name"); 145 templastname = m_console.CmdPrompt("Last name");
146 tempMD5Passwd = m_console.PasswdPrompt("Password"); 146 //tempMD5Passwd = m_console.PasswdPrompt("Password");
147 tempMD5Passwd = m_console.CmdPrompt("Password");
147 regX = Convert.ToUInt32(m_console.CmdPrompt("Start Region X")); 148 regX = Convert.ToUInt32(m_console.CmdPrompt("Start Region X"));
148 regY = Convert.ToUInt32(m_console.CmdPrompt("Start Region Y")); 149 regY = Convert.ToUInt32(m_console.CmdPrompt("Start Region Y"));
149 150