Sunday, July 12, 2015

C#.Net Simple Login Module

A simple Login module :

Screenshot:

Download Link: Click Here


Software Specification:
Users:
   • Administrator
   •Regular Users

Roles:
   •Administrator:
       -can change administrator password
       -can manage users(delete, send notes, etc..)
       -can change administrator information(password excluded)
       -can search and view user profiles
       -can retrieve administrator password.
 
  •Regular Users:
       -user registration
       -can update password
       -can update registered information(password excluded)
       -can view profile
       -can read note/s sent by admin.
       -can retrieve forgotten password.

Forms:
     •Administrator login page:
-has maximum 5 attempts login count, if you reached 5 attempts it will automatically locked for 1 min.

Database:
    -Used MS Access (ACE OLEDB Provider)
    -Used SQL to connect database.