- Mensajes: 8
- Gracias recibidas: 0
- Comunidad
- Foros
- English support forums
- Can I do this with LimeSurvey?
- Public registration with validation in existing tokens list
Public registration with validation in existing tokens list
- loconstantin
-
Autor del tema
- Fuera de línea
- Fresh Lemon
-
Menos
Más
6 meses 17 horas antes #185295
por loconstantin
Hi,
We have a use case for internal eVoting which would require to validate a user before creating and sending a token.
So for instance, we would:
- upload a list of eligible users (email addresses)
- publish the survey with the public registration feature enabled
- then when a user registers the system will validate it against the list of eligible users
- if the user is in the list, the email with the token information will be sent to the user
- if the user is not in the list, an email proposing to contact the administrator will be sent to the user
Could this be done with a plugin? (we could pay for that
Thanks,
Lo
We have a use case for internal eVoting which would require to validate a user before creating and sending a token.
So for instance, we would:
- upload a list of eligible users (email addresses)
- publish the survey with the public registration feature enabled
- then when a user registers the system will validate it against the list of eligible users
- if the user is in the list, the email with the token information will be sent to the user
- if the user is not in the list, an email proposing to contact the administrator will be sent to the user
Could this be done with a plugin? (we could pay for that

Thanks,
Lo
Por favor, Identificarse o Crear cuenta para unirse a la conversación.
- cdorin
-
- Fuera de línea
- Administrator Lime
-
Menos
Más
- Mensajes: 103
- Gracias recibidas: 18
6 meses 14 horas antes #185299
por cdorin
Manual: manual.limesurvey.org/LimeSurvey_Manual
Bugs tracker: bugs.limesurvey.org/my_view_page.php
IRC: www.limesurvey.org/community/live-chat
Respuesta de cdorin sobre el tema Public registration with validation in existing tokens list
Hello Lo,
It seems there is a lot of work to be done
.
Please note that we have a list of Partners here: limesurvey.com . Perhaps you should write them directly.
It seems there is a lot of work to be done

Please note that we have a list of Partners here: limesurvey.com . Perhaps you should write them directly.
Manual: manual.limesurvey.org/LimeSurvey_Manual
Bugs tracker: bugs.limesurvey.org/my_view_page.php
IRC: www.limesurvey.org/community/live-chat
El siguiente usuario dijo gracias: DenisChenu
Por favor, Identificarse o Crear cuenta para unirse a la conversación.
6 meses 13 horas antes #185301
por holch
I'm not a LimeSurvey GmbH member. I answer at the LimeSurvey forum in my spare time. No support via private message.
Some helpful links: Manual (EN) | Question Types | Workarounds
Respuesta de holch sobre el tema Public registration with validation in existing tokens list
If you already have a list of eligible users, why do you not just send them the invitation with the token link directly.
What does the extra step of public registration give you? I currently don't see what this would add to your approach, besides more work for the respondents and of course for you.
But of course, there might be a valid reason that I just don't see at the moment.
What does the extra step of public registration give you? I currently don't see what this would add to your approach, besides more work for the respondents and of course for you.
But of course, there might be a valid reason that I just don't see at the moment.
I'm not a LimeSurvey GmbH member. I answer at the LimeSurvey forum in my spare time. No support via private message.
Some helpful links: Manual (EN) | Question Types | Workarounds
El siguiente usuario dijo gracias: DenisChenu
Por favor, Identificarse o Crear cuenta para unirse a la conversación.
- loconstantin
-
Autor del tema
- Fuera de línea
- Fresh Lemon
-
Menos
Más
- Mensajes: 8
- Gracias recibidas: 0
4 meses 2 semanas antes #186557
por loconstantin
Respuesta de loconstantin sobre el tema Public registration with validation in existing tokens list
Thanks for your reply @holch and sorry to follow up only now...
Potential users are thousands while respondents may be hundreds so we wanted to avoid the creation of token for everybody when we know that only a percentage will submit an answer.
This feature already exists partially in LimeSurvey with the "Allow public registration" but our use case requires a validation before creating a token for the requestor.
That's why I thought it would not be too much work to have a plugin doing that but apparently not...
Potential users are thousands while respondents may be hundreds so we wanted to avoid the creation of token for everybody when we know that only a percentage will submit an answer.
This feature already exists partially in LimeSurvey with the "Allow public registration" but our use case requires a validation before creating a token for the requestor.
That's why I thought it would not be too much work to have a plugin doing that but apparently not...
Por favor, Identificarse o Crear cuenta para unirse a la conversación.
4 meses 2 semanas antes #186565
por holch
I'm not a LimeSurvey GmbH member. I answer at the LimeSurvey forum in my spare time. No support via private message.
Some helpful links: Manual (EN) | Question Types | Workarounds
Respuesta de holch sobre el tema Public registration with validation in existing tokens list
OK, but what would be the disadvantage of creating a token for everyone? I don't see it as a big deal. Should be quite quick to create tokens for thousands. If it is just that, I wouldn't be worried. Of course, there might be more to it. We don't really know your specific case.Potential users are thousands while respondents may be hundreds so we wanted to avoid the creation of token for everybody when we know that only a percentage will submit an answer.
I'm not a LimeSurvey GmbH member. I answer at the LimeSurvey forum in my spare time. No support via private message.
Some helpful links: Manual (EN) | Question Types | Workarounds
Por favor, Identificarse o Crear cuenta para unirse a la conversación.
- DenisChenu
-
- Fuera de línea
- LimeSurvey Community Team
-
Menos
Más
- Mensajes: 11993
- Karma: 413
- Gracias recibidas: 2187
4 meses 2 semanas antes #186603
por DenisChenu
Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member, professional service on demand , plugin development .
An error happen ? Before make a new topic : remind the Debug mode .
Respuesta de DenisChenu sobre el tema Public registration with validation in existing tokens list
I'm OK with @holch ,
Create whole token and send email seems OK for me.
Else : it can be done in plugin «easily» (the most hard is adding the list of available user).
See gitlab.com/SondagesPro/SurveyAccess/registerQuick for sample code.
You can hire me
Denis
Create whole token and send email seems OK for me.
Else : it can be done in plugin «easily» (the most hard is adding the list of available user).
See gitlab.com/SondagesPro/SurveyAccess/registerQuick for sample code.
You can hire me
Denis
Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member, professional service on demand , plugin development .
An error happen ? Before make a new topic : remind the Debug mode .
El siguiente usuario dijo gracias: loconstantin
Por favor, Identificarse o Crear cuenta para unirse a la conversación.