lowercase and uppercase letters, adding numbers to that makes a strong password, and adding special characters makes it a very strong password. Do not allow the user to signup if the password is not...


Can anyone please solve this question in C++?


lowercase and uppercase letters, adding numbers to that makes a strong password,<br>and adding special characters makes it a very strong password.<br>Do not allow the user to signup if the password is not very strong.<br>The program should not terminate if the user enters wrong credentials, but it should<br>prompt the user for a new input, and display respective error messages.<br>

Extracted text: lowercase and uppercase letters, adding numbers to that makes a strong password, and adding special characters makes it a very strong password. Do not allow the user to signup if the password is not very strong. The program should not terminate if the user enters wrong credentials, but it should prompt the user for a new input, and display respective error messages.
You are to make a Login Signup system. The user will interact with the program through<br>the command line as follows:<br>Press 1 to login, 2 to signup, 3 to exit : 2<br>Please enter your email : abdulówahab6@gmail.com<br>Please enter your password : 12345678<br>Password too weak, it must contain a lowercase letter, an uppercase letter, a number and a special character<br>The interface for the signup is similar. The data from the signup should be saved<br>however you like. When logging in, the data should be validated against previous<br>signups, the entered credentials need to be checked, if the user is not found, throw an<br>error, if the user exists and the entered password is the same, display a message that<br>they have been logged in.<br>You are to validate the user password for strength, for example; a weak password<br>would be one in which there are only lowercase letters, a medium one would have<br>

Extracted text: You are to make a Login Signup system. The user will interact with the program through the command line as follows: Press 1 to login, 2 to signup, 3 to exit : 2 Please enter your email : abduló[email protected] Please enter your password : 12345678 Password too weak, it must contain a lowercase letter, an uppercase letter, a number and a special character The interface for the signup is similar. The data from the signup should be saved however you like. When logging in, the data should be validated against previous signups, the entered credentials need to be checked, if the user is not found, throw an error, if the user exists and the entered password is the same, display a message that they have been logged in. You are to validate the user password for strength, for example; a weak password would be one in which there are only lowercase letters, a medium one would have

Jun 04, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here