Posted by Leeland |
|
Is there a way to set up a new user vetting? I want to add a captcha to the user registration (I get hit by robots a LOT). I also want to be able to accept or reject new membership requests. So I need an email for "approval".
The flow can be parrallel 1) New user submits registration request - This triggers a email validation check - This triggers a vetting user email to an administrator or GROUP 2) User can validate email at any point - Is shown that the that succeeded - Is shown if the account is approved or not 3) Admin user accepts or rejects the account - Accepted means the account is set to active and can interact with the site - Rejected means that the account is set to rejected and can only interact at the guest level - User is provided on extra button to re-submit for approval 4) User accounts could also be "blocked" meaning the re-approval button goes away. |
|
Posted by Herbert Poul |
|
nope..
SCT's user registration & co is very basic.. i just did it because django doesn't ship with any defaults mechanisms .. i fear you have to roll your own solution for this or extend the few SCT views.. Hey, we have Signatures !!! Great, isn't it ? ;) |
Please login to post a reply.