mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-18 00:21:21 +02:00
2022-11-05 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in rdadmin(1) that incorrectly handled changing a password to an empty value. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -118,6 +118,7 @@ class RDUser
|
||||
void SetRow(const QString ¶m,const QString &value) const;
|
||||
void SetRow(const QString ¶m,int value) const;
|
||||
void SetRow(const QString ¶m,bool value) const;
|
||||
void SetRowNull(const QString ¶m) const;
|
||||
QString user_name;
|
||||
QString user_password;
|
||||
};
|
||||
|
Reference in New Issue
Block a user