This website works better with JavaScript
홈
탐색
도움말
로그인
melodmi
/
LoginSystem
Watch
1
Star
0
포크
0
파일
이슈
0
풀 리퀘스트
0
위키
설명 없음
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