fcy
|
| Posted: 04/06/2002, 7:47 AM |
|
Do any of your examples show a user registration with admin approval?
|
|
|
 |
dava133
|
| Posted: 04/06/2002, 10:21 AM |
|
How do mean? have a page which i htink is similar to what you want. A user comes onto the site with security level 0 they register and are upped to level 1, this registration comes up on the admin page which is then checked and either accepted or denied by an administrator, if accepted they are then level 2 and can access the site whereas with level one "they are awaiting approval" hope this is of some use to u
|
|
|
 |
fcy
|
| Posted: 04/07/2002, 5:37 PM |
|
That is sort of it. I was sure I saw an example application in the CodeCharge examples. I didn't want to wast a security level thogh. Register, stay in limbo but appear on admin screen as pending, approve or deny by admin sends e-mail with account inf.name.password etc.
|
|
|
 |
Nicole
|
| Posted: 04/08/2002, 5:11 AM |
|
Hello,
create registration page with user level field hidden. Assign it min security level in Before Insert event. And let admin to select and assign real security level to the user. Put email code to After Update event. Refer to TellAFriend example for it.
|
|
|
 |
|