Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Python login system help.
#2
the problem is that you need to check for all digits before declaring username not valid. at the moment it will print "Username is not strong enough, include a number!" and ask for new username immediately id 0 (zero) is not in the name. Also note that asking for new input within the function that checks the name is not correct - as is it will not be preserved once the function execution ends.
Reply


Messages In This Thread
Python login system help. - by calumw20 - Mar-05-2018, 01:39 PM
RE: Python login system help. - by buran - Mar-06-2018, 08:01 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  in a login interface when i try login with a user supposed to say test123 but nothing NullAdmin 3 2,262 Feb-20-2021, 04:43 AM
Last Post: bowlofred
  Login to NordVPN on Linux with python script AGreenPig 2 5,961 Feb-09-2021, 10:44 AM
Last Post: AGreenPig
  Difference between os.system("clear") and os.system("cls") chmsrohit 7 16,613 Jan-11-2021, 06:30 PM
Last Post: ykumar34
  Login and Register system finndude 1 2,391 Apr-24-2020, 10:05 PM
Last Post: deanhystad
Question Difference between Python's os.system and Perl's system command Agile741 13 6,804 Dec-02-2019, 04:41 PM
Last Post: Agile741
  Login system not working Unknown_Relic 2 2,270 Nov-05-2019, 12:07 PM
Last Post: buran
  Login System Carbonix 4 4,429 Feb-04-2019, 02:19 PM
Last Post: Larz60+
  Creating a Login System Using Python- HELP tesilstudent112 0 9,553 Dec-08-2017, 07:17 PM
Last Post: tesilstudent112
  Login a Python Web Crawler on a ASP NET (.aspx) website p4t3x 1 7,009 Dec-01-2017, 11:09 AM
Last Post: hshivaraj
  Login System ItsBlueey 1 37,089 Nov-06-2017, 05:24 PM
Last Post: heiner55

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020