<div dir="ltr">I've read the CHANGES doc and noted that the autocreate has changed.  However, it doesn't seem to work for me at all anymore. I tried changing it to:<br><br>autocreate = true<br>autocreate = 1<br>user_autocreate = true<br>
user_autocreate = 1<br><br>...and none of them worked.  Here's my farmconfig.py snippet:<br><br><br>    ##  domain authentication <br>    from MoinMoin.auth.http import HTTPAuth<br>    auth = [HTTPAuth()]<br>    user_autocreate = true<br>
    ## removed the 'logout' link because it doesn't work under HTTPauth<br>    show_login = 0<br><br><br>Help?<br><br>-Rick<br></div>