You are not logged in.
Pages: 1
Topic closed
What is the output of "date -u +%j`uname`|sha256sum|sed 's/\W//g'"?
The new security question is broken as of Jan-01 (UTC)
date -u +%j$(uname)
evaluates to '001Linux'. The forum, however, expects '1Linux' passed to sha256sum|sed 's/\W//g'".
I'm a new user and had to run
echo '1Linux'|sha256sum|sed 's/\W//g'
in order to successfully register. Arch Forum mods owe me 5 minutes of my life back
Offline
"You have learned well, young padawan!"
See, it wasn't that hard after all :-D
Offline
Congratulations, it seems its doing its job . Now we're sure you're not a bot!
Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.
Offline
just fyi, wiki reg was broken a few days ago for me, didn't bother to report it at the time, tho
[home page] -- [code / configs]
"Once you go Arch, you must remain there for life or else Allan will track you down and break you." -- Bregol
Offline
Wow thanks! I was wondering what the heck I was doing wrong...
Happy new year
Offline
I was also trying to register, thanks for the tip.
It is still buggy, as it is 2nd of Jan, you should use;
echo '2Linux'|sha256sum|sed 's/\W//g'
Offline
I also ran into the bug, thanks for the hint
This will do the trick:
date -u +%j$(uname)|cut -b3-|sha256sum|sed 's/\W//g'
A tiling window manager simply manages your windows, not just letting you have em
:: Configs etc @GitHub
Offline
So registering requires me to be in front of a linux box. Interesting.
Offline
So registering requires me to be in front of a linux box. Interesting.
We already had this discussion.
https://bbs.archlinux.org/viewtopic.php … 25#p827125
https://bbs.archlinux.org/viewtopic.php … 90#p828390
https://bbs.archlinux.org/viewtopic.php … 21#p828521
Last edited by karol (2011-01-02 12:28:46)
Offline
Awebb wrote:So registering requires me to be in front of a linux box. Interesting.
We already had this discussion.
Must have missed this discussion. Anyway, I'm not in the mood to discuss such things, so I just find it interesting.
EDIT:
Tanks for the links.
Last edited by Awebb (2011-01-02 12:29:29)
Offline
I am sorry for this issue. I missed the leading zeros when implementing this. The forum and wiki registration should show the correct bash code now.
It was not my intention to make the captcha harder by adding a bug to the code. ;-) Next time please file a bug report or send a mail to me so I can fix such issues in time. I am not reading every topic in the forums and just got point to this thread by pure luck.
Greetings,
Pierre
Offline
I got this message while i was registering on this forum, whereas i never experienced. Well i would learn
Offline
It was not my intention to make the captcha harder by adding a bug to the code. ;-)
You, sir, are a better man than I....
<mod-apology> I did not realize this was a year-old post. Closing.
Last edited by ngoonee (2012-01-04 03:23:39)
Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.
Offline
Pages: 1
Topic closed