FS#63808 - AUR register: The entered CAPTCHA answer is invalid
Attached to Project:
AUR web interface
Opened by Patrick Ben Koetter (Patrick) - Tuesday, 17 September 2019, 12:50 GMT
Last edited by Lukas Fleischer (lfleischer) - Saturday, 26 October 2019, 00:18 GMT
Opened by Patrick Ben Koetter (Patrick) - Tuesday, 17 September 2019, 12:50 GMT
Last edited by Lukas Fleischer (lfleischer) - Saturday, 26 October 2019, 00:18 GMT
|
Details
I'm unable to register a new account, because the CAPTCHA is
always said to be invalid. Seems like something's br0ken,
because to me the commadn to calculate the CAPTCHA is valid.
See also: The attached CAPTCHA dialogie showing an error)
|
This task depends upon
Closed by Lukas Fleischer (lfleischer)
Saturday, 26 October 2019, 00:18 GMT
Reason for closing: Fixed
Additional comments about closing: Fixed in 4.8.0.
Saturday, 26 October 2019, 00:18 GMT
Reason for closing: Fixed
Additional comments about closing: Fixed in 4.8.0.
pacman -V
When I run the specified command, I get a different result from you:
$ pacman -V|sed -r 's#[0-9]+#c65#g'|md5sum|cut -c1-6
56ad1b
(No, this result won't work, since the sed replacement regularly changes.)
My pacman-git build does not produce the *same* incorrect answer as you, so if you are using pacman-git you're not using the same build as me.
$ pacman -V
.--. Pacman v5.1.3 - libalpm v11.0.3
/ _.-' .-. .-. .-. Copyright (C) 2006-2018 Pacman Development Team
\ '-. '-' '-' '-' Copyright (C) 2002-2006 Judd Vinet
'--'
Dieses Programm darf unter Bedingungen der GNU
General Public License frei weiterverbreitet werden.
[p@p ~]$ export LANG=en_EN.UTF8
[p@p ~]$ pacman -V
.--. Pacman v5.1.3 - libalpm v11.0.3
/ _.-' .-. .-. .-. Copyright (C) 2006-2018 Pacman Development Team
\ '-. '-' '-' '-' Copyright (C) 2002-2006 Judd Vinet
'--'
This program may be freely redistributed under
the terms of the GNU General Public License.
[p@p ~]$ pacman -V|sed -r 's#[0-9]+#c65#g'|md5sum|cut -c1-6
56ad1b