Is it possible to allow anonymous votes?
According to source code - seems no:
https://github.com/drohne1673/confluence-survey-plugin/blob/5e7aa26a75e407a098106cf4bdb1b449494996d8/src/main/java/org/hivesoft/confluence/macros/utils/PermissionEvaluator.java
as you can see in
public Boolean isPermissionListEmptyOrContainsGivenUser(List<String> listOfUsersOrGroups, User user) { if (null == user) { return Boolean.FALSE; } ...
if user is not logged in - he doesn't have any permission that plugin support.
I haven't found good solution for anonimous voting, maybe it is a good idea for feature request or writing of a new plugin.
Thanks for your fast answer :) Feature request is a great idea!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Currently its not possible and it was already requested:
https://github.com/drohne1673/confluence-survey-plugin/issues/31
Feel free to comment or contribute ;)
Edit: truly anonymous is not planed (without beeing logged in). But that feature is meant to be logged in but still not directly traceable.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, we're evaluating this plugin, is anonymous voting possible now? Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, is it available?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Welcome to great meetings, with less work. Automatically record, summarize, and share instant recaps of your meetings with Loom AI.
Learn moreOnline forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.