-
- Downloads
archwiki: Switch captcha to time-based method
Up until now the captcha has depended on the exact output of the pacman
version command which could lead to multiple problematic scenarios:
a) User uses testing repos (user pacman newer)
b) Server is not instantly updated (user pacman newer)
c) User system is not updated (user pacman older)
Circumvent this problem by switching to a time based captcha instead.
Signed-off-by:
Christian Heusel <christian@heusel.eu>
parent
5909800f
No related branches found
No related tags found
Showing
- roles/archwiki/tasks/main.yml 2 additions, 6 deletionsroles/archwiki/tasks/main.yml
- roles/archwiki/templates/LocalSettings.php.j2 1 addition, 1 deletionroles/archwiki/templates/LocalSettings.php.j2
- roles/archwiki/templates/archwiki-question-updater.hook.j2 0 additions, 9 deletionsroles/archwiki/templates/archwiki-question-updater.hook.j2
- roles/archwiki/templates/archwiki-question-updater.service.j2 2 additions, 1 deletion...s/archwiki/templates/archwiki-question-updater.service.j2
- roles/archwiki/templates/archwiki-question-updater.timer.j2 9 additions, 0 deletionsroles/archwiki/templates/archwiki-question-updater.timer.j2
Please register or sign in to comment