mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +08:00
Removed super-stealth mode from PasswdPrompt. (Now you can see the prompt)
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user