Skip to content
This repository has been archived by the owner on Aug 19, 2022. It is now read-only.

Commit

Permalink
logindialog: send remember_me=1 to fix login
Browse files Browse the repository at this point in the history
  • Loading branch information
xyzz committed May 25, 2018
1 parent 3453df0 commit 36e3865
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/logindialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ void LoginDialog::OnLoginPageFinished() {
query.addQueryItem("login_password", EncodeSpecialCharacters(ui->passwordLineEdit->text()));
query.addQueryItem("hash", QString(hash.c_str()));
query.addQueryItem("login", "Login");
query.addQueryItem("remember_me", "1");

QUrl url(POE_LOGIN_URL);
QByteArray data(query.query().toUtf8());
Expand Down

0 comments on commit 36e3865

Please sign in to comment.