This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
melodmi
/
LoginSystem
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Nessuna descrizione
6
Commit
1
Rami (Branch)
0
Rilasci
Ramo (Branch):
master
Rami (Branch)
Tag
master
LoginSystem
HTTP
SSH
ZIP
TAR.GZ
melodmi
658c2ef7a4
update formatting
4 anni fa
files
4605346b19
First commit
4 anni fa
.DS_Store
4605346b19
First commit
4 anni fa
README.md
658c2ef7a4
update formatting
4 anni fa
go.mod
4605346b19
First commit
4 anni fa
go.sum
4605346b19
First commit
4 anni fa
main.go
4605346b19
First commit
4 anni fa
my.db
4605346b19
First commit
4 anni fa
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