* Add a few more comments in the admin.conf
* Update the FAQ with an entry about the Online Users page not showing anything.
* Update the FAQ with an entry about sessions.
+* Allow the user to add extra attributes in the test user page
Ver 1.59:
* Small html fixes in user_edit.php3 and password.php3
* Show number of failed logins in the last 7 days in the user admin page
fwrite($fp, "Password = \"$passwd\"\n");
else if ($auth_proto == 'chap')
fwrite($fp, "CHAP-Password = \"$passwd\"\n");
+ if (strlen($extra))
+ fwrite($fp,$extra);
pclose($fp);
}
$reply = file($tmp_file);
</tr>
<tr>
<td align=right bgcolor="#d0ddb0">
+Extra Attributes
+</td>
+<td>
+<textarea name="extra" cols="35" wrap="PHYSICAL" rows="4"></textarea>
+</td>
+</tr>
+<tr>
+<td align=right bgcolor="#d0ddb0">
Authentication Protocol
</td>
<td>