This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
melodmi
/
LoginSystem
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Sem descrição
6
Commits
1
Ramos
0
Lançamentos
Ramo:
master
Ramos
Etiquetas
master
LoginSystem
HTTP
SSH
ZIP
TAR.GZ
melodmi
658c2ef7a4
update formatting
há 3 anos atrás
files
4605346b19
First commit
há 3 anos atrás
.DS_Store
4605346b19
First commit
há 3 anos atrás
README.md
658c2ef7a4
update formatting
há 3 anos atrás
go.mod
4605346b19
First commit
há 3 anos atrás
go.sum
4605346b19
First commit
há 3 anos atrás
main.go
4605346b19
First commit
há 3 anos atrás
my.db
4605346b19
First commit
há 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