Wiki login is broken?

Questions about the LÖVE API, installing LÖVE and other support related questions go here.
Forum rules
Before you make a thread asking for help, read this.
Post Reply
User avatar
Taehl
Dreaming in associative arrays
Posts: 1025
Joined: Mon Jan 11, 2010 5:07 am
Location: CA, USA
Contact:

Wiki login is broken?

Post by Taehl »

I'm trying to log in to the Love2D wiki to put the latest version of all my TLtools libraries there (there's currently a bunch of broken links). However, it won't let me log in. All it says is:

You need a phpBB account to login.
<a href="../forums/ucp.php?mode=register">Click here to create an account.</a>


Clearly, I have an account in the forums. So WTF?
Earliest Love2D supporter who can't Love anymore. Let me disable pixel shaders if I don't use them, dammit!
Lenovo Thinkpad X60 Tablet, built like a tank. But not fancy enough for Love2D 0.10.0+.
User avatar
EngineerSmith
Prole
Posts: 38
Joined: Thu Dec 02, 2021 11:38 am
Contact:

Re: Wiki login is broken?

Post by EngineerSmith »

Yes, it's been broken for a while
User avatar
ReFreezed
Party member
Posts: 612
Joined: Sun Oct 25, 2015 11:32 pm
Location: Sweden
Contact:

Re: Wiki login is broken?

Post by ReFreezed »

Works for me. Did you enter the correct details?
Tools: Hot Particles, LuaPreprocess, InputField, (more) Games: Momento Temporis
"If each mistake being made is a new one, then progress is being made."
User avatar
EngineerSmith
Prole
Posts: 38
Joined: Thu Dec 02, 2021 11:38 am
Contact:

Re: Wiki login is broken?

Post by EngineerSmith »

It was confirmed in discord that it is broken ¯\_(ツ)_/¯ Some people can while other's can't
User avatar
thelinx
The Strongest
Posts: 857
Joined: Fri Sep 26, 2008 3:56 pm
Location: Sweden

Re: Wiki login is broken?

Post by thelinx »

Sorry, I put this on ice for a while because I thought I'd have to look into updating the mediawiki-phpbb bridge myself.
Last time this happened it was because of a headache about ciphers and stuff.

However, looking at the code, the "You need a phpBB account to login." is just a generic message that's returned for any failed login.
The tool is definitely seeing your username (I checked it), it's just failing the password check for one reason or another.
I took a look at your password hash and it's the same type as mine and I'm able to log in, so that rules out the cipher being the issue.

Perhaps if you change your password to something a bit less likely to cause issues it will work?
It is admittedly a janky solution but this is a janky tool.
For example, get rid of strange symbols and stick to alphanumerics and such.
I'm not sure exactly what could be causing the issue, but if anyone does figure it out, I'd be happy to know about it.
User avatar
ReFreezed
Party member
Posts: 612
Joined: Sun Oct 25, 2015 11:32 pm
Location: Sweden
Contact:

Re: Wiki login is broken?

Post by ReFreezed »

After some quick searching I tried changing my password to include an ampersand and that made me not being able to log in into the wiki. Changing the password back solved the problem. Looks like it's indeed certain special characters that are causing the problem.
Tools: Hot Particles, LuaPreprocess, InputField, (more) Games: Momento Temporis
"If each mistake being made is a new one, then progress is being made."
User avatar
thelinx
The Strongest
Posts: 857
Joined: Fri Sep 26, 2008 3:56 pm
Location: Sweden

Re: Wiki login is broken?

Post by thelinx »

I just tried applying that fix and it didn't seem to work. I changed my password to one containing many special characters and I wasn't able to log in.

The logic is sound, but as they say in the issue, I can't spot any usage of htmlspecialchars.

Perhaps if someone finds out exactly what phpBB does to the password before hashing it I can replicate it in the mediawiki-phpbb bridge.
Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot] and 11 guests