<?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[Captive Portal Clients change password by themselves]]></title><description><![CDATA[<p dir="auto">Hey guys,</p>
<p dir="auto">Is there a way by which the users can change their passwords by themselves on a self-created web page, similar to the monowall? (http://forum.m0n0.ch/index.php/topic,5007.msg15368.html#msg15368)</p>
<p dir="auto">Best regards<br />
OttNorml</p>
]]></description><link>https://forum.netgate.com/topic/52132/captive-portal-clients-change-password-by-themselves</link><generator>RSS for Node</generator><lastBuildDate>Sat, 18 Apr 2026 03:58:04 GMT</lastBuildDate><atom:link href="https://forum.netgate.com/topic/52132.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 20 Jan 2013 03:39:59 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Captive Portal Clients change password by themselves on Tue, 22 Jan 2013 22:19:24 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ottnorml">@<bdi>OttNorml</bdi></a>:</p>
<blockquote>
<p dir="auto">That's too bad!!! :(</p>
<p dir="auto">Why is this feature missing/ why was it removed?</p>
</blockquote>
<p dir="auto">I guess you are using 2.1 then? Actually ermal wasn't saying that the feature is only available in 2.0, it is available <strong>since</strong> 2.0.</p>
<p dir="auto">You just have both options, either building your own fancy page where the users can change their password using the code that I showed or by using the built-in feature that ermal mentioned. Just create a new group in the User Manager and add the members that should be able to change their password. Save it and click on Edit again. Now you can assign privileges, the one you're looking for is "WebCfg - System: User Password Manager page". - You could also directly set the user's privilege but using a group is useful when having more than a handful of accounts.</p>
<p dir="auto">Your users can now use the normal pfSense webgui and are redirected to the change password site (if it is the only privilege they have).</p>
]]></description><link>https://forum.netgate.com/post/374163</link><guid isPermaLink="true">https://forum.netgate.com/post/374163</guid><dc:creator><![CDATA[bardelot]]></dc:creator><pubDate>Tue, 22 Jan 2013 22:19:24 GMT</pubDate></item><item><title><![CDATA[Reply to Captive Portal Clients change password by themselves on Tue, 22 Jan 2013 04:20:48 GMT]]></title><description><![CDATA[<p dir="auto">That's too bad!!! :(</p>
<p dir="auto">Why is this feature missing/ why was it removed?</p>
]]></description><link>https://forum.netgate.com/post/374010</link><guid isPermaLink="true">https://forum.netgate.com/post/374010</guid><dc:creator><![CDATA[OttNorml]]></dc:creator><pubDate>Tue, 22 Jan 2013 04:20:48 GMT</pubDate></item><item><title><![CDATA[Reply to Captive Portal Clients change password by themselves on Mon, 21 Jan 2013 11:39:13 GMT]]></title><description><![CDATA[<p dir="auto">On 2.0 they can change the passwords from the pfSense webgui.</p>
]]></description><link>https://forum.netgate.com/post/373841</link><guid isPermaLink="true">https://forum.netgate.com/post/373841</guid><dc:creator><![CDATA[eri--]]></dc:creator><pubDate>Mon, 21 Jan 2013 11:39:13 GMT</pubDate></item><item><title><![CDATA[Reply to Captive Portal Clients change password by themselves on Sun, 20 Jan 2013 13:05:52 GMT]]></title><description><![CDATA[<p dir="auto">You can create your own status page and allow the users to change their passwords using code similar to this:</p>
<pre><code>require_once("auth.inc");
require_once("captiveportal.inc");

$userent = getUserEntry($username);
local_user_set_password($userent, $newpassword);
</code></pre>
]]></description><link>https://forum.netgate.com/post/373719</link><guid isPermaLink="true">https://forum.netgate.com/post/373719</guid><dc:creator><![CDATA[bardelot]]></dc:creator><pubDate>Sun, 20 Jan 2013 13:05:52 GMT</pubDate></item></channel></rss>