archwiki: Switch captcha to time-based method
All threads resolved!
All threads resolved!
Compare changes
Files
5+ 2
− 6
@@ -107,6 +107,7 @@
@@ -118,6 +119,7 @@
@@ -127,9 +129,3 @@
Due to an influx of spam, we have had to temporarily disable account registrations. Please write an email to accountsupport@archlinux.org, with your desired username, if you want to get access. Sorry for the inconvenience.
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