Skip to content

A simple authentication program to read username and password from file, update them

Notifications You must be signed in to change notification settings

priyankjain/authentication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

here's the needed output. btw there must be first a Password.txt and Username.txt

Default username must be : 123 default password : 123

Here's where the program starts


LOG-IN

Username: "Input" Password: "Input"


After logging and the password or username is wrong print "Username or password Error" Or if it was correct proceed to next step


Menu

1 - Change Username

2 - Change Password

3 - View Username

4 - View Password

Choice : "Input"


If he picked choice 1 or 2


Change Username/Password

Old Username/password: New Username/password:


If he picked choice 3 or 4


View Username/Password

" " (new or default username or password must be shown here)

About

A simple authentication program to read username and password from file, update them

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages