You are not logged in.

#1 2011-01-01 01:07:19

cvillelk
Member
From: Lafayette, LA
Registered: 2011-01-01
Posts: 17

Arch Forum User Registration is Broken

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 smile

Offline

#2 2011-01-01 01:16:45

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Arch Forum User Registration is Broken

"You have learned well, young padawan!"

See, it wasn't that hard after all :-D

Offline

#3 2011-01-01 02:04:41

ngoonee
Forum Fellow
From: Between Thailand and Singapore
Registered: 2009-03-17
Posts: 7,354

Re: Arch Forum User Registration is Broken

Congratulations, it seems its doing its job smile. 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

#4 2011-01-01 10:39:30

chris-kun
Member
From: SF Bay Area
Registered: 2010-09-07
Posts: 235
Website

Re: Arch Forum User Registration is Broken

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

#5 2011-01-01 23:33:41

Tarkus
Member
Registered: 2011-01-01
Posts: 6

Re: Arch Forum User Registration is Broken

Wow thanks! I was wondering what the heck I was doing wrong...

Happy new year big_smile

Offline

#6 2011-01-02 10:48:11

OzanGuven
Member
From: Istanbul, Turkey
Registered: 2009-08-24
Posts: 14
Website

Re: Arch Forum User Registration is Broken

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

#7 2011-01-02 10:50:18

greyscale
Member
From: Sweden
Registered: 2011-01-02
Posts: 59

Re: Arch Forum User Registration is Broken

I also ran into the bug, thanks for the hint smile

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

#8 2011-01-02 12:12:34

Awebb
Member
Registered: 2010-05-06
Posts: 6,285

Re: Arch Forum User Registration is Broken

So registering requires me to be in front of a linux box. Interesting.

Offline

#9 2011-01-02 12:22:28

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Arch Forum User Registration is Broken

Awebb wrote:

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

#10 2011-01-02 12:29:05

Awebb
Member
Registered: 2010-05-06
Posts: 6,285

Re: Arch Forum User Registration is Broken

karol wrote:
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

#11 2011-01-03 12:14:57

Pierre
Developer
From: Bonn
Registered: 2004-07-05
Posts: 1,964
Website

Re: Arch Forum User Registration is Broken

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

#12 2012-01-03 16:09:45

fahmed
Member
From: Canada
Registered: 2012-01-03
Posts: 2
Website

Re: Arch Forum User Registration is Broken

I got this message while i was registering on this forum, whereas i never experienced. Well i would learn wink

Offline

#13 2012-01-04 03:01:20

ngoonee
Forum Fellow
From: Between Thailand and Singapore
Registered: 2009-03-17
Posts: 7,354

Re: Arch Forum User Registration is Broken

Pierre wrote:

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

Board footer

Powered by FluxBB