Removed super-stealth mode from PasswdPrompt. (Now you can see the prompt)
parent
d842699ef3
commit
3a1947f658
|
@ -299,6 +299,7 @@ namespace OpenSim.Framework.Console
|
||||||
public string PasswdPrompt(string prompt)
|
public string PasswdPrompt(string prompt)
|
||||||
{
|
{
|
||||||
// FIXME: Needs to be better abstracted
|
// FIXME: Needs to be better abstracted
|
||||||
|
System.Console.WriteLine(String.Format("{0}: ", prompt));
|
||||||
ConsoleColor oldfg = System.Console.ForegroundColor;
|
ConsoleColor oldfg = System.Console.ForegroundColor;
|
||||||
System.Console.ForegroundColor = System.Console.BackgroundColor;
|
System.Console.ForegroundColor = System.Console.BackgroundColor;
|
||||||
string temp = System.Console.ReadLine();
|
string temp = System.Console.ReadLine();
|
||||||
|
|
Loading…
Reference in New Issue