mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-27 09:03:54 -07:00
Servatrice: added authentication type "password"
This commit is contained in:
parent
0261862b1b
commit
0d9eec4b64
3 changed files with 12 additions and 2 deletions
|
|
@ -88,7 +88,7 @@ class Servatrice : public Server
|
|||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
enum AuthenticationMethod { AuthenticationNone, AuthenticationSql };
|
||||
enum AuthenticationMethod { AuthenticationNone, AuthenticationSql, AuthenticationPassword };
|
||||
private slots:
|
||||
void statusUpdate();
|
||||
void shutdownTimeout();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue