Skip to content

A simple demonstration of how Login System works made in C++

License

Notifications You must be signed in to change notification settings

namang16/Login-System

Repository files navigation

Login System

This project is a simple demonstration of how a Login System works. You can create a new user account or login into an existing account. It has various constraints :-

  • The username should be minimum 4 characters long and it cannot exceed 10 characters.
  • Password should be minimum 8 characters long.

I have used the concept of file handling which i had learned in my last semester.

Features

  • Password hidden while entering
  • white spaces, special characters other than '@' are not considered in Password
  • Username and Password can be changed after login
  • User can also delete their account

Author

Run Locally

Clone the project

  git clone https://github.com/namang16/Login-System.git

Go to the project directory

  cd Login-System

Run project

  start main

Acknowledgements

Screenshots

  • Start Page

    screenshot

  • Username Errors

    screenshot

    screenshot

    screenshot

  • Password Error

    screenshot

  • Login

    screenshot

    screenshot

    screenshot

  • Login Page

    screenshot

  • Change Password

    screenshot

  • Delete Account

    screenshot

About

A simple demonstration of how Login System works made in C++

Resources

License

Stars

Watchers

Forks

Languages