[DEV] [NEED TEST] Implement OAuth2 authentification to mail recovery!

This commit is contained in:
Xephi
2015-12-21 17:03:12 +01:00
parent 48b845b1f5
commit 644ffe954d
8 changed files with 245 additions and 22 deletions
@@ -479,7 +479,7 @@ public final class CommandInitializer {
.description("Converter Command")
.detailedDescription("Converter command for AuthMeReloaded.")
.withArgument("job", "Conversion job: flattosql / flattosqlite /| xauth / crazylogin / rakamak / " +
"royalauth / vauth / sqltoflat", false)
"royalauth / vauth / sqltoflat / sqlitetosql", false)
.permissions(OP_ONLY, AdminPermission.CONVERTER)
.executableCommand(new ConverterCommand())
.build();