X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fcore.cpp;h=3c529d3fc50465041bfdac933505463fcbd36147;hp=a9e1b8f588bb632ce46bc3a7f4bfca1d299e1603;hb=e0f5fdf1fe6131d403fcaeaa0952e1042590e3e1;hpb=691fb8bc92d1d72c10ef5ffc4535ab913eefc1ac diff --git a/src/core/core.cpp b/src/core/core.cpp index a9e1b8f5..3c529d3f 100644 --- a/src/core/core.cpp +++ b/src/core/core.cpp @@ -938,7 +938,7 @@ bool Core::changeUserPass(const QString &username) out << "User " << username << " is configured through an auth provider that has forbidden manual password changing." << endl; return false; } - + out << "Change password for user: " << username << endl; disableStdInEcho();