This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
melodmi
/
LoginSystem
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aucune description
6
Commits
1
Branches
0
Publications
Branche:
master
Branches
Tags
master
LoginSystem
HTTP
SSH
ZIP
TAR.GZ
melodmi
658c2ef7a4
update formatting
il y a 4 ans
files
4605346b19
First commit
il y a 4 ans
.DS_Store
4605346b19
First commit
il y a 4 ans
README.md
658c2ef7a4
update formatting
il y a 4 ans
go.mod
4605346b19
First commit
il y a 4 ans
go.sum
4605346b19
First commit
il y a 4 ans
main.go
4605346b19
First commit
il y a 4 ans
my.db
4605346b19
First commit
il y a 4 ans
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