This website works better with JavaScript
首頁
探索
說明
登入
melodmi
/
LoginSystem
關注
1
讚好
0
複刻
0
檔案
問題管理
0
合併請求
0
Wiki
暫無描述
6
提交歷史
1
分支列表
0
版本發佈
分支:
master
分支列表
標籤列表
master
LoginSystem
HTTP
SSH
ZIP
TAR.GZ
melodmi
658c2ef7a4
update formatting
3 年之前
files
4605346b19
First commit
3 年之前
.DS_Store
4605346b19
First commit
3 年之前
README.md
658c2ef7a4
update formatting
3 年之前
go.mod
4605346b19
First commit
3 年之前
go.sum
4605346b19
First commit
3 年之前
main.go
4605346b19
First commit
3 年之前
my.db
4605346b19
First commit
3 年之前
README.md
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)
Testing
User for testing: username -> hello, password -> world
Admin user (hard-coded): username -> admin, password -> admin