ljacqu
ljacqu
Thanks. Took me a while to figure out why the task was running multiple times but now I see that we schedule the purge task to run in separate steps,...
Looking at your config, I think you have an ancient version of AuthMe. Could you upgrade to a newer version?
Tests that fail when running tests in IntelliJ: - HelpMessageConsistencyTest - MessageFilePlaceholderTest - YamlTextFileCheckerTest These are all the tests that try to load the resources folder `/messages/` in the test....
Very pragmatic, looks great to me! Thanks
Looks fine to me. @sgdc3 – I remember in the past you were worried about checking if an auth is available too frequently. Maybe we should think about issuing a...
Comment https://github.com/AuthMe/AuthMeReloaded/pull/1705#discussion_r240327001 still stands, ideally we can construct all combinations of sensitive commands and keep them in a Set, rather than calling the slow command mapper on every command. I'm...
Quick, ugly fix: remove permission to /unregister from users. They shouldn't need it often. If they do, they'll have to contact an admin.
Would like to keep this open to investigate "account freezing" or something. This is an issue many plugin users fight with; not sure how to tackle it.
Hmm that's a good point. We could have a "mode" in the future that would specify when/how we require a password or a 2FA token, or at least configurable in...
Alright, picking this one up again and making it happen in the course of the week ;)