I want to setup limesurvey at my workplace, where everybody has an active directory login, but not any email. I have been able to create tokens using an LDAP query, but I don't have any convenient way of letting the users know of them. The admin interface access using LDAP authentication is also working, but thats not what I want.
I want to make sure that one person, authenticated by the AD, can submit at most one persistent answer to the survey. How can I make that happen?
Not included in core system, think the best is to use some plugin and "alternative register" system.
When a user come to a survey, check if it LDAP authenticated, if not show an LDAP auth form.
Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member. -
Professional support
-
Plugins, theme and development
. I don't answer to private message.
Yes,
I add this event after need to hack "register", than i think you have all you wants. But you ca copy/paste the "old" system too .
beforeRegister : here to replace whole system
beforeRegisterForm : replace register form
beforeTokenEmail : before sending email
Actaully i don't found times to update manual. If you found some times : you ca update it .
Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member. -
Professional support
-
Plugins, theme and development
. I don't answer to private message.