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
4 年之前
files
4605346b19
First commit
4 年之前
.DS_Store
4605346b19
First commit
4 年之前
README.md
658c2ef7a4
update formatting
4 年之前
go.mod
4605346b19
First commit
4 年之前
go.sum
4605346b19
First commit
4 年之前
main.go
4605346b19
First commit
4 年之前
my.db
4605346b19
First commit
4 年之前
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