This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Giriş Yap
melodmi
/
LoginSystem
İzle
1
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
0
Değişiklik İstekleri
0
Wiki
Açıklama Yok
6
İşlemeler
1
Bölümler
0
Sürümler
Dal:
master
Dallar
Biçim İmleri
master
LoginSystem
HTTP
SSH
ZIP
TAR.GZ
melodmi
658c2ef7a4
update formatting
3 yıl önce
files
4605346b19
First commit
3 yıl önce
.DS_Store
4605346b19
First commit
3 yıl önce
README.md
658c2ef7a4
update formatting
3 yıl önce
go.mod
4605346b19
First commit
3 yıl önce
go.sum
4605346b19
First commit
3 yıl önce
main.go
4605346b19
First commit
3 yıl önce
my.db
4605346b19
First commit
3 yıl önce
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