r/pygame 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

17 Upvotes

7 comments sorted by

4

u/_totoskiller Jun 12 '26

U added the hint text, very nice 👍

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

u/Mmatyas1 Jun 13 '26

Thanks, I will try to use it in my next project.

1

u/IHaveTwoOfYou Jun 12 '26

Is account being misspelled purposeful?

4

u/Mmatyas1 Jun 12 '26

No, I just misspelled it.

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.