I have installed m0n0wall 1.33 built on Wed Mar 16 12:01:51 CET 2011. And using build in local user manager,
In the post @
http://forum.m0n0.ch/index.php/topic,4028.0.htmlReplied by Manuel Kasper said that the next release, which will allow local captive portal users to change their password, without involving a RADIUS server.
my question is m0n0wall 1.33 built on Wed Mar 16 12:01:51 CET 2011 is it what you said of next release.
Because currently I cannot let user to change their password.
I changed Status page of Captive Portal as suggesting
The status page currently allows users to logout or change their password (local users only). Example code for the form:
<form method="post" action="$PORTAL_ACTION$">
<input name="logout_id" type="hidden" value="$PORTAL_SESSIONID$">
<input name="logout" type="submit" value="Logout">
</form>
<form method="post" action="$PORTAL_ACTION$">
<input name="oldpass" type="password">
<input name="newpass" type="password">
<input name="newpass2" type="password">
<input name="change_pass" type="submit" value="Change Password">
</form>
---------------
I can preview that page, but actual Status page is showing me or allowing me to change password for local user. I would like to know what I can do to let user change of their password.