Commit 0cdae5c2 authored by jan.koester's avatar jan.koester
Browse files

test

parent fedfc6cf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -896,8 +896,8 @@ void blogi::Blogi::loginPage(libhttppp::HttpRequest &curreq,const int tid,const
    libhtmlpp::HtmlString out;

    // Check for automatic login credentials in the configuration
    std::string username = ctx.config->getUsername();
    std::string password = ctx.config->getPassword();
    username = ctx.config->getUsername();
    password = ctx.config->getPassword();

    if (!username.empty() && !password.empty()) {
        // Attempt automatic login