瀏覽代碼

update readmd

melodmi 3 年之前
父節點
當前提交
f773dbb274
共有 1 個文件被更改,包括 11 次插入0 次删除
  1. 11 0
      README.md

+ 11 - 0
README.md

@@ -0,0 +1,11 @@
+Functions implemented: 
+* signup, 
+* login with username and password, 
+* logout, 
+* the user cannot login again if he/she is already logged in (except admin),
+* the user cannot signup for username already used, 
+* check how many users logged in (from INDEX.html)
+
+
+User for testing: username -> hello, password -> world
+Admin user (hard-coded): username -> admin, password -> admin