C# login

Role Based Login for a Gadget Shop Invetory System(RBAC)

Submitted by Njenga on
hello! this is a Role BASED Authentication login for an inventory system in C#. you need Crystal Reporting , VISUAL STUDIO 2008/2010 installed to avoid errors. I have used MS ACCESS database COURTESY OF RajLovesAshi ( http://www.sourcecodester.com/users/raj20505) ROLE: ADMIN USERNAME: admin PASSWORD: admin ROLE: MANAGER USERNAME: man PASSWORD: man ROLE: EMPLOYEE USERNAME: em PASSWORD: em

Simple ClassBoard App

Submitted by StefanRomanianGuy on
Hello there! This is just a simple app made by me for my high school final year project. Is currently still in progress but basically it allows you to login using a database,create a new account and you can also access an admin control panel to add remove edit and save using the username Admin(please use upper case A) and password admin(with lower case). You can also login into main form using an

Login Form

Submitted by Dusan on
This is a simple login form. I have created a database with 6 columns (usernameID, username, password, name, surname, email),and then created Entity data model from that database (ADO.NET). It also has a register form where you can insert new users into database and a datagrid view on starting form (login) and on the content form, where you can see what is in the database. I have entered 3 users