Page 1 of 1

I need to add these requirements for my assignment. (NOTE: PLEASE do in Python and HTML) A user registration form A user

Posted: Sun Jul 03, 2022 12:00 pm
by answerhappygod
I need to add these requirements for my assignment.(NOTE: PLEASE do in Python and HTML)
A user registration form
A user login form
A password complexity should be enforced toinclude at least 12 characters in length, and include at least 1uppercase character, 1 lowercase character, 1 number and 1 specialcharacter
I need the Login page to have a button that redirects to theregistration page and the registration page needs to redirect backto the login page. The login page needs to determine the user isregistered and then proceeds to the home page.
The registration page needs to alert the user that theirpassword does not meet the requirements if they enter an invalidpassword.
If you need more information, please let me know, I just needthe basic python and HTML scripts for these. I can edit to match mynaming conventions and parameters.