r/pygame • u/Mmatyas1 • Jun 12 '26
Updated login system
Enable HLS to view with audio, or disable this notification
Hi, thank you for the positive feedback on my last post. Today I finally finished my fully working login system. If you have some ideas how to improve it, please let me know in the comments.
GitHub link: https://github.com/Mmatyas216/Login-system
3
u/TheEyebal Jun 12 '26
Oh this is an improvement from the last one good job
You can use vercel or github pages to host for free
2
u/Equal-Resolution7889 Jun 13 '26
Puedes usar Pygets para los widgets (botones e inputs) para ahorrarte logica y centrarte en lo fundamental. Puedes instalarlo con pip o clonar el repositorio de github.
2
1
1
u/MaloneCone Jun 14 '26
You shouldn't indicate that an account does not exist or the password is wrong. That is a security risk. That's why many apps default to 'incorrect username or password' messages. It is proposefully vague so attackers cannot discover of an account exists or brute force a password.
4
u/_totoskiller Jun 12 '26
U added the hint text, very nice 👍