From e03cc0403a65c1beadced0d543d7c31d4ee0273a Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Mon, 2 Feb 2026 07:00:37 -0600 Subject: [PATCH] chore: add todo with psuedo code --- src/FiscalOS.AdminCLI/Program.cs | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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