Bruteforce Mitigation
This commit is contained in:
@@ -33,6 +33,8 @@ namespace TemplateConstCollection {
|
||||
const static std::string MUSTACHE_LOGIN_ERROR = "LOGIN_ERROR";
|
||||
const static std::string MUSTACHE_LOGIN_ERROR_EMAIL_PASS_NOT_FILLED = "LOGIN_ERROR_EMAIL_PASS_NOT_FILLED";
|
||||
const static std::string MUSTACHE_LOGIN_ERROR_LOGIN_DATA_INVALID = "LOGIN_ERROR_LOGIN_DATA_INVALID";
|
||||
const static std::string MUSTACHE_LOGIN_ERROR_LOCKED_OUT = "LOGIN_ERROR_LOCKED_OUT";
|
||||
const static std::string MUSTACHE_LOGIN_ERROR_LOCKED_OUT_MINUTES = "LOGIN_ERROR_LOCKED_OUT_MINUTES";
|
||||
const static std::string MUSTACHE_PASSWORD_EMPTY = "PASSWORD_EMPTY";
|
||||
const static std::string MUSTACHE_PASSWORD_RESET_DOES_NOT_EXIST = "PASSWORD_RESET_DOES_NOT_EXIST";
|
||||
const static std::string MUSTACHE_PASSWORD_RESET_EXPIRED = "PASSWORD_RESET_EXPIRED";
|
||||
@@ -58,5 +60,6 @@ namespace TemplateConstCollection {
|
||||
const static std::string MUSTACHE_PAGINATION_NUMBERS = "PAGINATION_NUMBERS";
|
||||
const static std::string MUSTACHE_PAGINATION_PREVIOUS = "PAGINATION_PREVIOUS";
|
||||
const static std::string MUSTACHE_PAGINATION_NEXT = "PAGINATION_NEXT";
|
||||
|
||||
}
|
||||
#endif
|
Reference in New Issue
Block a user