Removed super-stealth mode from PasswdPrompt. (Now you can see the prompt)

ThreadPoolClientBranch
Jeff Ames 2008-02-06 10:11:10 +00:00
parent d842699ef3
commit 3a1947f658
1 changed files with 1 additions and 0 deletions

View File

@ -299,6 +299,7 @@ namespace OpenSim.Framework.Console
public string PasswdPrompt(string prompt)
{
// FIXME: Needs to be better abstracted
System.Console.WriteLine(String.Format("{0}: ", prompt));
ConsoleColor oldfg = System.Console.ForegroundColor;
System.Console.ForegroundColor = System.Console.BackgroundColor;
string temp = System.Console.ReadLine();