This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
melodmi
/
LoginSystem
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Sin descripción
6
Commits
1
Ramas
0
Releases
Rama:
master
Ramas
Etiquetas
master
LoginSystem
HTTP
SSH
ZIP
TAR.GZ
melodmi
658c2ef7a4
update formatting
hace 3 años
files
4605346b19
First commit
hace 3 años
.DS_Store
4605346b19
First commit
hace 3 años
README.md
658c2ef7a4
update formatting
hace 3 años
go.mod
4605346b19
First commit
hace 3 años
go.sum
4605346b19
First commit
hace 3 años
main.go
4605346b19
First commit
hace 3 años
my.db
4605346b19
First commit
hace 3 años
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