[Checkins] SVN: grokapps/LoginDemo/README.txt added README.txt

Luciano Ramalho luciano at ramalho.org
Sat Dec 29 01:42:25 EST 2007


Log message for revision 82536:
  added README.txt

Changed:
  A   grokapps/LoginDemo/README.txt

-=-
Added: grokapps/LoginDemo/README.txt
===================================================================
--- grokapps/LoginDemo/README.txt	                        (rev 0)
+++ grokapps/LoginDemo/README.txt	2007-12-29 06:42:24 UTC (rev 82536)
@@ -0,0 +1,28 @@
+LoginDemo is a sample application showing how to implement user account
+creation and login using Grok. 
+
+Main features
+-------------
+
+* top bar displays user data and login status
+
+* links in top bar change according to login status
+
+* user can create own account
+
+* a list of created accounts can be seen in the member listing page
+
+* member listing page is protected by permission, requiring user log in
+
+* good functional test coverage (see text files in src/logindemo/ftests)
+
+Todo
+----
+
+* allow user to change password
+
+* store user e-mail somewhere (currently it's discarded)
+
+* password reset for users with a valid e-mail
+
+



More information about the Checkins mailing list