From: Carl Worth Date: Fri, 30 Mar 2018 00:33:05 +0000 (-0700) Subject: Add a TODO file X-Git-Url: https://git.cworth.org/git?p=puzzless;a=commitdiff_plain;h=5a6fdde528dcff44c86f73709ed54916a769222e 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. --- 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).