<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Changing User or root password through Qt app]]></title><description><![CDATA[<p dir="auto">I wrote an Qt app that creates new user in linux system!<br />
Simply taking in input and gives it to a bash script as argument which runs the command useradd<br />
all that is ok and working great<br />
bt im not able to update password for the newly created user<br />
how can i do that?<br />
thanks all! :D</p>
]]></description><link>https://forum.qt.io/topic/42676/changing-user-or-root-password-through-qt-app</link><generator>RSS for Node</generator><lastBuildDate>Thu, 23 Apr 2026 21:41:54 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/42676.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 19 Jun 2014 03:29:26 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Changing User or root password through Qt app on Thu, 19 Jun 2014 22:43:45 GMT]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">It's outside Qt scope, you need to use something like "KDE's AuthorizationAgent dialog":<a href="http://docs.kde.org/stable/en/kde-workspace/PolicyKit-kde/authorizationagent-dialog.html" target="_blank" rel="noopener noreferrer nofollow ugc">http://docs.kde.org/stable/en/kde-workspace/PolicyKit-kde/authorizationagent-dialog.html</a> or implement your own thing</p>
]]></description><link>https://forum.qt.io/post/232595</link><guid isPermaLink="true">https://forum.qt.io/post/232595</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Thu, 19 Jun 2014 22:43:45 GMT</pubDate></item></channel></rss>