From 4e366401779d11f9aa42e6dcc23358d86ec41dbf Mon Sep 17 00:00:00 2001 From: Christian Wieninger Date: Mon, 7 May 2007 16:56:43 +0000 Subject: - fixed password handling --- setup.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'setup.h') diff --git a/setup.h b/setup.h index 535585f..40a6ed3 100644 --- a/setup.h +++ b/setup.h @@ -82,6 +82,8 @@ private: char m_adminLogin[20]; char m_adminPassword[20]; char m_tmpPassword[20]; + std::string m_oldpasswordMD5; + std::string m_newpasswordMD5; void Set(void); bool InEditMode(const char* ItemText, const char* ItemName, const char* ItemValue); -- cgit v1.2.3