From 5a6fdde528dcff44c86f73709ed54916a769222e Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Thu, 29 Mar 2018 17:33:05 -0700 Subject: [PATCH] Add a TODO file To help us keep track of next steps. And the next (first) step is to implement a password-reset mechanism on our website. --- TODO | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 TODO diff --git a/TODO b/TODO new file mode 100644 index 0000000..8824925 --- /dev/null +++ b/TODO @@ -0,0 +1,6 @@ +First things first: We need a mechanism for doing a password reset. + + * This is intended to allow for handing new accounts out + + * Obviously this means setting up some backend stuff, (and a tiny bit + of frontend stuff as well). -- 2.43.0