FlexibleLogin
FlexibleLogin copied to clipboard
A Sponge minecraft server plugin for second factor authentication
Can i security all servers in bungeecord with login only in lobby server?
Hello, i am using: Sponge forge: 1.12.2-2838-7.2.3 Flexiblelogin: 0.17.4 (because in new version is no .jar file and idk what to do with it :D) Issue: `[22:20:32] [Server thread/WARN] [Sponge]:...
The option maxIpReg is not working. No matter what number you enter, you can create infinite accounts.
Right now it's possible to use Velocity and FlexibleLogin together, but Velocity will bypass FL's restrictions, allowing users to write in the chat or run proxy commands without registering/logging in....
Hi guys... i have a little question... where should i put the download files on the server folder?
as:/fl reg XXX 123aaa Throw hints :No values matching pattern 'fgbf' present for user! Unable to complete registration task This problem started here: https://github.com/games647/FlexibleLogin/commit/9230e0fb0338034aa5614e5f2d76c627052b7021
When I use the least version of this plugin,i found the maxIpReg doesn't work,but it not appear anything error or log on the Console. I hope you can fix this...
Hello~ Just tried to change it, no matter what Regex is there, it's always work only like there is basic Regex ^\\w{2,16}$ if i change min 2 nickname length to...
I want to use Flexible Login on my network but there is a problem, we use velocity as a proxy and when some player does / server survival they can...
Code with bug located at com.github.games647.flexiblelogin.commands.RegisterCommand:68 `if ("totp".equals(settings.getGeneral().getHashAlgo())) {` String "totp" is compared to HashingAlgoritm. Such a comparison always return false. I tried to fix this with: `if(HashingAlgorithm.TOTP == settings.getGeneral().getHashAlgo())`...