mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2025-12-24 04:40:05 +00:00
implemented custom error messages in login screen for regex fail or banned account
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#define DATABASE_VERSION 1
|
||||
#define DATABASE_VERSION 2
|
||||
|
||||
namespace Database {
|
||||
|
||||
@@ -13,6 +13,7 @@ namespace Database {
|
||||
std::string Password;
|
||||
int Selected;
|
||||
time_t BannedUntil;
|
||||
std::string BanReason;
|
||||
};
|
||||
struct EmailData {
|
||||
int PlayerId;
|
||||
|
||||
Reference in New Issue
Block a user