X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=include%2Fhttp%2Fipagehandler.h;h=11bdc229ff2769813f9bab2a7bb8048b7c4b64ed;hb=fcb124f8d6d3f5678e82049fb8e5e23c8cfaec6d;hp=745f72784a8a3a66f7146c10eb19ac25ffc302b6;hpb=dec33c63afafabf83c3039e916725cac6faef9b3;p=fms.git diff --git a/include/http/ipagehandler.h b/include/http/ipagehandler.h index 745f727..11bdc22 100644 --- a/include/http/ipagehandler.h +++ b/include/http/ipagehandler.h @@ -34,6 +34,9 @@ protected: void CreateQueryVarMap(Poco::Net::HTTPServerRequest &request, std::map &vars); + const std::string CreateFormPassword(); + const bool ValidateFormPassword(const std::map &vars); + // replaces html elements with encoded characters (i.e. < becomes <) const std::string SanitizeOutput(const std::string &input);