From edc0cb8937697a1ddb670fc847db4ef04e10dc5c Mon Sep 17 00:00:00 2001 From: Christian Wieninger Date: Thu, 3 May 2007 10:28:13 +0000 Subject: - admin password in setup is now hidden --- setup.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'setup.h') diff --git a/setup.h b/setup.h index 39a9c36..ef869c6 100644 --- a/setup.h +++ b/setup.h @@ -68,9 +68,8 @@ Setup& LiveSetup(); class cMenuSetupLive : public cMenuSetupPage { protected: - virtual void Store(void); -// virtual eOSState ProcessKey(eKeys Key); - + virtual void Store(void); + virtual eOSState ProcessKey(eKeys Key); public: cMenuSetupLive(); @@ -81,6 +80,10 @@ private: int m_useAuth; char m_adminLogin[20]; char m_adminPassword[20]; + char m_tmpPassword[20]; + + void Set(void); + bool InEditMode(const char* ItemText, const char* ItemName, const char* ItemValue); }; } // namespace vdrlive -- cgit v1.2.3