]> git.cworth.org Git - puzzless/commitdiff
Add a TODO file
authorCarl Worth <cworth@cworth.org>
Fri, 30 Mar 2018 00:33:05 +0000 (17:33 -0700)
committerCarl Worth <cworth@cworth.org>
Fri, 30 Mar 2018 00:33:05 +0000 (17:33 -0700)
To help us keep track of next steps. And the next (first) step is to
implement a password-reset mechanism on our website.

TODO [new file with mode: 0644]

diff --git a/TODO b/TODO
new file mode 100644 (file)
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).