Skip to content

Admin and Student Login/Register System. Admin can generate Authentication keys, which will be required by student during registration process to create there User_id and Password.

Notifications You must be signed in to change notification settings

MrDroid17/AdminStudentPanel

Repository files navigation

AdminStudentPanel

This Repo imitates the Admin-Student Dashboard. App is Divide in Two Section As Per user's profile:

  • Admin
  • User

Both Admin and User's profile are completely modular.One user can only be either Admin or normal user.

Select profile Admin Page User Page

About Admin profile:

  • Admin Login Details
  • Admin login details are hardcoded for now, Which can be changed later

    admin username = sobhit2017 password = kumar2017

  • Admin Dashboard page

    Select package type and enter the no of Keys required it will generate Authentication keys as per selected package. Which will be stored in SQLite database. These Authentication Keys will require when a New user want to Register. When user the Authentication Key Register it Search in database to see if key matches, and if it does, Registration is validated. Or else show error Toast.

  • Package Types:

    • 03 month

      For 03 Month package you will generate 8 Character long Alphanumeric Authentication Key

    • 06 month

      For 06 Month package you will generate 10 Character long Alphanumeric Authentication Key

    • 12 month

      For 12 Month package you will generate 12 Character long Alphanumeric Authentication Key

    For e.g. First Authentication Key in the list given to user in snapshots is BMRIC8PZ91

SnapShots for Admin profile

Step 1- Select Package Step 2- Enter no of Keys Step 3- Generate Auth Keys

About User profile:

  • User Login
    • login if have login details
  • User Register
    • Register if not Login Already
  • Enter Authentication Key
    • Enter Authentication Key provided by Admin

    For e.g. Authentication Key provided by admin in snapshots is BMRIC8PZ91

SnapShots for User profile

Step 1- Login Step 2- Register Step 3- Enter Auth Key

About

Admin and Student Login/Register System. Admin can generate Authentication keys, which will be required by student during registration process to create there User_id and Password.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages