This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
melodmi
/
LoginSystem
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Brak opisu
6
Commity
1
Gałęzie
0
Wydania
Gałąź:
master
Gałęzie
Tagi
master
LoginSystem
HTTP
SSH
ZIP
TAR.GZ
melodmi
658c2ef7a4
update formatting
3 lat temu
files
4605346b19
First commit
3 lat temu
.DS_Store
4605346b19
First commit
3 lat temu
README.md
658c2ef7a4
update formatting
3 lat temu
go.mod
4605346b19
First commit
3 lat temu
go.sum
4605346b19
First commit
3 lat temu
main.go
4605346b19
First commit
3 lat temu
my.db
4605346b19
First commit
3 lat temu
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