This website works better with JavaScript
Etusivu
Tutki
Apua
Kirjaudu sisään
melodmi
/
LoginSystem
Tarkkaile
1
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Pull-pyynnöt
0
Wiki
Ei kuvausta
6
Commitit
1
Haarat
0
Julkaisut
Branch:
master
Branchit
Tagit
master
LoginSystem
HTTP
SSH
ZIP
TAR.GZ
melodmi
658c2ef7a4
update formatting
4 vuotta sitten
files
4605346b19
First commit
4 vuotta sitten
.DS_Store
4605346b19
First commit
4 vuotta sitten
README.md
658c2ef7a4
update formatting
4 vuotta sitten
go.mod
4605346b19
First commit
4 vuotta sitten
go.sum
4605346b19
First commit
4 vuotta sitten
main.go
4605346b19
First commit
4 vuotta sitten
my.db
4605346b19
First commit
4 vuotta sitten
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