Author: tehprata | Posted on: 7/28/2009 2:30:30 AM | Views : 847

Hi everyone,

Is it possible to restrict certain users from registering themselves? My scenario is that of a "project portal", which will be used only by final-year students and their supervisors. Right now, the supervisors need to register the students. However, doing so isn't practical as the ratio of students to supervisors is unbalanced.

So I've decided to allow the students to register themselves but I need to make sure that only final-year students can register. What I have in mind right now is to use a table, "AuthorizedUser". In it are several columns: students' admission number, supervisor's name assigned to that particular admin number and a passcode.

The passcode is generated when the lecturer picks their students and assign 'passcodes' to them. These passcodes will be used to verify if the students are allowed to register. So when students click on 'register', they'll be asked to ente ...

Go to the complete details ...