X-Git-Url: https://git.pterodactylus.net/?p=fms.git;a=blobdiff_plain;f=include%2Fhttp%2Fipagehandler.h;fp=include%2Fhttp%2Fipagehandler.h;h=11bdc229ff2769813f9bab2a7bb8048b7c4b64ed;hp=745f72784a8a3a66f7146c10eb19ac25ffc302b6;hb=fcb124f8d6d3f5678e82049fb8e5e23c8cfaec6d;hpb=a558b16c8034966d14e1d63db44dcb952d849618 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);