I'm trying to set user passwords on the Site.AuthUser page, but after doing so, they aren't being accepted for login. <br><br>Example: I type: <span style="background-color: rgb(255, 255, 153);"> bob: (:encrypt builder:)
</span> and then save the page. The page then shows: <br><span><span style="background-color: rgb(255, 255, 153);">bob: $1$DwFi7n.4$43kpLx.U9lxOtQoOGt0XA0<span style="background-color: rgb(255, 255, 255);"> so it looks like the encryption worked. When I try to login with username: bob, password: builder, however, I get
<br></span></span></span><p><strong>Password required</strong> </p>
<ul><li>Name/password not recognized </li></ul><span></span><br>I'm using pmwiki 2.1.11. <br><br>The Site.AuthUser page says:<br> This site appears to have the authuser extensions enabled.<br><br>I also have the following in my /local/config file:
<br><br><span style="background-color: rgb(255, 255, 204);">include_once('scripts/authuser.php');</span><br style="background-color: rgb(255, 255, 204);"><span style="background-color: rgb(255, 255, 204);">$DefaultPasswords['edit'] = 'id:*';
</span><br style="background-color: rgb(255, 255, 204);"><span style="background-color: rgb(255, 255, 204);">$DefaultPasswords['read'] = 'id:*';</span><br style="background-color: rgb(255, 255, 204);"><span style="background-color: rgb(255, 255, 204);">
$DefaultPasswords['upload'] = 'id:*';<br><br><span style="background-color: rgb(255, 255, 255);">Any ideas what's wrong?</span><br></span>