AlexSheer / phpBB3.2-STK

Support ToolKit For phpBB3.2.x
https://www.phpbbguru.net/community/viewtopic.php?f=64&t=42862
15 stars 13 forks source link

passwd.php - login method is failed #43

Closed Galixte closed 3 years ago

Galixte commented 5 years ago

Hi @AlexSheer,

if I try to login in with passwd.php method I encounter this red message: “The submitted form was invalid: Try submitting again.”

Is this phpBB issue is related to this error: https://tracker.phpbb.com/browse/PHPBB3-16066?

Regards.

neuropass commented 4 years ago

password login not working! invalid form!

https://gyazo.com/99c49cd284e7a44c0a8013250ac1906e

neuropass commented 4 years ago

under phpBB 3.3.0 invalid form error

Galixte commented 4 years ago

@neuropass 3.3.1 version with this patch is better? https://github.com/AlexSheer/phpBB3.2-STK/pull/51

neuropass commented 4 years ago

But those fixes have nothing to do with the password authentication?

sslorigin commented 4 years ago

But those fixes have nothing to do with the password authentication?

What the meaning by the password authentication?

neuropass commented 4 years ago

@sslorigin @AlexSheer the issue is documented below.

Hi @AlexSheer,

if I try to login in with passwd.php method I encounter this red message: “The submitted form was invalid: Try submitting again.”

Is this phpBB issue is related to this error: https://tracker.phpbb.com/browse/PHPBB3-16066?

Regards.

AlexSheer commented 4 years ago

Fixed https://github.com/AlexSheer/phpBB3.2-STK/commit/f252a4ebe088c4b5adf3ea5670b58dc467ee6037#diff-828e0013b8f3bc1bb22b4f57172b019d

Galixte commented 3 years ago

Fixed f252a4e#diff-828e0013b8f3bc1bb22b4f57172b019d

Thanks dude!