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