From: <no...@so...> - 2002-10-14 20:44:15
|
Feature Requests item #622973, was opened at 2002-10-14 06:24 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358956&aid=622973&group_id=8956 Category: survey format Group: None >Status: Closed Priority: 5 Submitted By: Kirk Fickert (kfickert) Assigned to: Nobody/Anonymous (nobody) Summary: Adding feature to disable accout... Initial Comment: Actully I will be doing this for my own personal needs. Basically we run double blind online research surveys, and this package does everything we need but it lacks two features: 1) Create a fixed number of randomized usernames and password to be distributed to people. 2) Disable account after survey has been filled out by a user. I will be adding a "random users" script that can be exucuted from outside the main script and add info the database. And then I will figure out a way to add the option to diable user account after submitting the survey. First one isn't that hard and proably will be finished tomorrow. Second part I may have some questions about where to look for it in the code and add the 'disable account after submit' feature. ---------------------------------------------------------------------- >Comment By: James Flemer (jimmerman) Date: 2002-10-14 15:44 Message: Logged In: YES user_id=39444 Version 1.5 and later have the ability to do bulk import of user accounts. Use Perl or something like that to create a list of users, then use the bulk import feature. Or write an new auth module that uses some other source for user information. Disabling an account is as simple as setting the max number of responses to 1. After they take the survey, the will not be able to take it again. If you have any further questions please join one of the mailing lists, or look us up on #phpesp on irc.openprojects.net. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358956&aid=622973&group_id=8956 |