diff options
author | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2007-05-07 16:56:43 +0000 |
---|---|---|
committer | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2007-05-07 16:56:43 +0000 |
commit | 4e366401779d11f9aa42e6dcc23358d86ec41dbf (patch) | |
tree | 320c495018477286fff943069139ec5449f642ac /setup.h | |
parent | 45583aefb7f7bd9259dec8d64299139896bc829f (diff) | |
download | vdr-plugin-live-4e366401779d11f9aa42e6dcc23358d86ec41dbf.tar.gz vdr-plugin-live-4e366401779d11f9aa42e6dcc23358d86ec41dbf.tar.bz2 |
- fixed password handling
Diffstat (limited to 'setup.h')
-rw-r--r-- | setup.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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); |