summaryrefslogtreecommitdiff
path: root/setup.h
diff options
context:
space:
mode:
authorChristian Wieninger <cwieninger (at) gmx (dot) de>2007-05-07 16:56:43 +0000
committerChristian Wieninger <cwieninger (at) gmx (dot) de>2007-05-07 16:56:43 +0000
commit4e366401779d11f9aa42e6dcc23358d86ec41dbf (patch)
tree320c495018477286fff943069139ec5449f642ac /setup.h
parent45583aefb7f7bd9259dec8d64299139896bc829f (diff)
downloadvdr-plugin-live-4e366401779d11f9aa42e6dcc23358d86ec41dbf.tar.gz
vdr-plugin-live-4e366401779d11f9aa42e6dcc23358d86ec41dbf.tar.bz2
- fixed password handling
Diffstat (limited to 'setup.h')
-rw-r--r--setup.h2
1 files changed, 2 insertions, 0 deletions
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);