SkinsRestorer / SkinSystem

The Minecraft SkinSystem for SkinsRestorer
MIT License
131 stars 48 forks source link

[Bug] Cant disabled authsec #47

Closed maxlehot1234 closed 5 years ago

maxlehot1234 commented 5 years ago

Hey, I cant disabled the authsec to test the website.

Also, I can't "login" on the website, it simply wont let me login. I use my MC username and my authme password.

Any reason for this?

Thanks again

riflowth commented 5 years ago

@maxlehot1234 What version are you use? and Have you try to manually edit your config file?

maxlehot1234 commented 5 years ago

Yes I try to manually edit the config file. Take like an hour to allow me to login..

It works now :)

But doesn't work in-game because skinsrestorer plugin doesn't for me :( Seems to be hard to found the problem :P

riflowth commented 5 years ago

Try to report an issue on https://github.com/SkinsRestorer/SkinsRestorerX. 😀👍

maxlehot1234 commented 5 years ago

Try to report an issue on https://github.com/SkinsRestorer/SkinsRestorerX. 😀👍

Dont worry about this. I open a ticket on their discord and they answer, but seems to be really hard to found the issue XD even for them :P

riflowth commented 5 years ago

@maxlehot1234 OK... Can I ask you for improving this system? What section do you have change in a config file? (I think it a mistake of installation system.)

maxlehot1234 commented 5 years ago

I firstly change:

'authsec' => [
  'enabled' => false,
  'failed_attempts' => 99,
  'threshold_hours' => 24

The failed attemps and try to increase it. Change nothing. So I try to disable authsec, Change Nothing, need to wait a long time.

Not a big deal, but hard to test things when this occured ;)

ITZVGcGPmO commented 5 years ago

login ratelimits are stored in the cache directory, so if you clear the cache it should fix your issue.

riflowth commented 5 years ago

Thanks to @ITZVGcGPmO for patching this bug. @maxlehot1234 Now it should fix your issue. 👍