Merge branch 'master' of https://github.com/samolego/SimpleAuth
This commit is contained in:
commit
2bd71eefee
|
@ -70,12 +70,14 @@ public class AuthConfig {
|
|||
public String enterNewPassword = "§4You need to enter new password!";
|
||||
public String wrongPassword = "§4Wrong password!";
|
||||
public String matchPassword = "§6Passwords must match!";
|
||||
public String passwordUpdated = "§4Your password was updated successfully!";
|
||||
public String passwordUpdated = "§aYour password was updated successfully!";
|
||||
public String loginRequired = "§cYou are not authenticated!\n§6Use /login to authenticate!";
|
||||
public String loginTriesExceeded = "§4Too many login tries.";
|
||||
public String globalPasswordSet = "§aGlobal password was successfully set!";
|
||||
public String cannotChangePassword = "§cYou cannot change password!";
|
||||
public String cannotUnregister = "§cYou cannot unregister this account!";
|
||||
public String cannotChangePassword = "§6You cannot change password!";
|
||||
public String cannotUnregister = "§6You cannot unregister this account!";
|
||||
public String notAuthenticated = "§cYou are not authenticated!\n§6Try with /login or /register.";
|
||||
public String alreadyAuthenticated = "§6You are already authenticated.";
|
||||
public String successfullyAuthenticated = "§aYou are now authenticated.";
|
||||
|
@ -85,7 +87,7 @@ public class AuthConfig {
|
|||
public String registerSuccess = "§aYou are now authenticated.";
|
||||
public String userdataDeleted = "§aUserdata deleted.";
|
||||
public String userdataUpdated = "§aUserdata updated.";
|
||||
public String accountDeleted = "§4Your account was successfully deleted!";
|
||||
public String accountDeleted = "§aYour account was successfully deleted!";
|
||||
public String configurationReloaded = "§aConfiguration file was reloaded successfully.";
|
||||
}
|
||||
private static final Logger LOGGER = LogManager.getLogger();
|
||||
|
|
Loading…
Reference in New Issue