mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-11 15:16:07 +01:00
2018-01-30 Fred Gleason <fredg@paravelsystems.com>
* Added an 'RDApplication'class. * Converted rdlibrary(1) to use RDApplication.
This commit is contained in:
@@ -27,7 +27,9 @@ class RDUser
|
||||
{
|
||||
public:
|
||||
RDUser(const QString &name);
|
||||
RDUser();
|
||||
QString name() const;
|
||||
void setName(const QString &name);
|
||||
bool exists() const;
|
||||
bool authenticated(bool webuser) const;
|
||||
bool checkPassword(const QString &password,bool webuser);
|
||||
|
||||
Reference in New Issue
Block a user