fgtclb / t3oodle

Simple poll extension for TYPO3 CMS. t3oodle allows your frontend users to create new polls and vote for existing ones.
https://t3oodle.com
3 stars 2 forks source link

Locking username with the first vote #2

Open fjacobi opened 4 years ago

fjacobi commented 4 years ago

Not a bug, but as discussed in Mattermost, the first vote will hard lock the username. That makes it impossible for users to fix typos in their name or the usage of different nicknames, i.e. polls by different creators/interest groups.

a-r-m-i-n commented 4 years ago

True. This guest mode is only partially implemented. This locking only happens in JS. You could load an adopted t3oodle.js file, to change the behaviour.

Best is, to only allow logged in frontend users, to interact with polls, currently.