K
|
karmacomposer author 10/5/2010 |
Would I use this session variable? |
![]() |
Sergey Kornilov admin 10/6/2010 |
You cannot have four login tables. You can only have one. |
K
|
karmacomposer author 10/6/2010 |
You cannot have four login tables. You can only have one. The best approach is to have a field GroupID (or 'Sign Up As') which will take values of 'Recruiter', 'Employer' etc. Then on Registration add GroupID field and make it a radio-button control with the same four values. Nothing to code manually.
|
![]() |
Sergey Kornilov admin 10/6/2010 |
Per my recommendation you need to add it on Registration page. |
K
|
karmacomposer author 10/6/2010 |
Per my recommendation you need to add it on Registration page.
|
![]() |
Sergey Kornilov admin 10/6/2010 |
Mike, |
K
|
karmacomposer author 10/6/2010 |
Mike, it works exactly the same way, I just think radio-button looks better here aesthetically.
|
K
|
karmacomposer author 10/6/2010 |
You cannot have four login tables. You can only have one. The best approach is to have a field GroupID (or 'Sign Up As') which will take values of 'Recruiter', 'Employer' etc. Then on Registration add GroupID field and make it a radio-button control with the same four values. Nothing to code manually.
|