diff --git a/src/FiscalOS.AdminCLI/Program.cs b/src/FiscalOS.AdminCLI/Program.cs index 837131c..b5ed5d6 100644 --- a/src/FiscalOS.AdminCLI/Program.cs +++ b/src/FiscalOS.AdminCLI/Program.cs @@ -1 +1,11 @@ -Console.WriteLine("Hello, World!"); \ No newline at end of file +// TODO: We need a way to add +// a user to the system with +// a properly hashed password +// so need something like this: +// +// 1. Ask for username +// 2. Ask for user password +// 3. Hash user password +// 4. Save user to database + +Console.WriteLine("Hello, World!"); \ No newline at end of file