This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
melodmi
/
LoginSystem
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Nenhuma descrição
6
Commits
1
Branches
0
Versões
Branch:
master
Branches
Tags
master
LoginSystem
HTTP
SSH
ZIP
TAR.GZ
melodmi
658c2ef7a4
update formatting
3 anos atrás
files
4605346b19
First commit
3 anos atrás
.DS_Store
4605346b19
First commit
3 anos atrás
README.md
658c2ef7a4
update formatting
3 anos atrás
go.mod
4605346b19
First commit
3 anos atrás
go.sum
4605346b19
First commit
3 anos atrás
main.go
4605346b19
First commit
3 anos atrás
my.db
4605346b19
First commit
3 anos atrás
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