From 05292241c44aa8df2028e23a77e3e2414bc10d3c Mon Sep 17 00:00:00 2001 From: Teo Mrnjavac Date: Wed, 19 Aug 2015 17:00:44 +0200 Subject: [PATCH] Let's just try ways to escape or not escape until something sticks. --- src/modules/users/SetPasswordJob.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/modules/users/SetPasswordJob.cpp b/src/modules/users/SetPasswordJob.cpp index 55a5f5b5c..4828aec93 100644 --- a/src/modules/users/SetPasswordJob.cpp +++ b/src/modules/users/SetPasswordJob.cpp @@ -64,7 +64,6 @@ SetPasswordJob::exec() QString( "$6$%1$" ) .arg( m_userName ) .toLatin1() ) ); - encrypted = encrypted.replace( '$', "\\$" ); int ec = CalamaresUtils::System::instance()-> targetEnvCall( { "usermod",