Adding required security logging

This commit is contained in:
stephb9959
2021-09-29 20:27:47 -07:00
parent 8211eebd23
commit 2dbdfec748
6 changed files with 12 additions and 71 deletions

View File

@@ -49,6 +49,7 @@ namespace OpenWifi::RESTAPI::Errors {
static const std::string InvalidEmailAddress{"Invalid email address."};
static const std::string InvalidPassword{"Invalid password."};
static const std::string PasswordRejected{"Password was rejected. This maybe an old password."};
static const std::string InvalidIPRanges{"Invalid IP range specifications."};
}
#endif //OWPROV_RESTAPI_ERRORS_H