Muirfield / bad-plugins

PocketMine Plugins that are not good enough to be hosted in plugins.pocketmine.net
GNU General Public License v2.0
23 stars 17 forks source link

Sugguestion #1

Closed DaPigGuy closed 9 years ago

DaPigGuy commented 9 years ago

I have a sugguestion. Can you add changing passwords for SimpleAuthHelper?

DaPigGuy commented 9 years ago

Also, can you add how many times you can try logging in before getting kicked. So if its set to 5, i'll get kicked if I use an incorrect password 5 times.

TonyDroidd commented 9 years ago

Good idea :D

alejandroliu commented 9 years ago

ON changing passwords, what exactly do you mean? Like a password expiration? or a command to change passwords?

alejandroliu commented 9 years ago

I was looking at the SimpleAuth code, unfortunately there is no API to change the password. SimpleAuthHelper is a SimpleAuth helper not a replacement.

This could be implemented with the /unregister command which is listed as a TODO in the SimpleAuth documentation.

I think you should suggest to the PM team to add the change password functionality properly or the /unregister command.

alejandroliu commented 9 years ago

Done...