I want to set up not-encrypted SQL login, using GenericUserFolder README, a walkthrough and GUF_SQL_crypt howto.
Out of despair I changed the userAuthenticate to only have one line: <dtml-return "_.int('1')">
spent some 6 hours trying to get GUF working with postgresql... read all docs twelve times over... Any attempt tp log in results in the following log: 127.0.0.1 - - [03/Sep/2001:22:11:20 +0200] "POST /guftest/acl_users/loginSuccess HTTP/1.1" 302 7199 "http://localhost/guftest/index_html" "Mozilla/5.0 (compatible; Konqueror/2.1.1; X11)" 127.0.0.1 - - [03/Sep/2001:22:11:20 +0200] "GET /guftest/index_html HTTP/1.1" 500 2199 IN SPITE of userAuthenticate containing just <dtml-return "_.int('1')">... any attempt to access http://localhost/guftest/index_html displays the web login form... and when I enter ANY data, first http://localhost/guftest/acl_users/loginSuccess URL appears for a very short time, and then I'm back at http://localhost/guftest/index_html with the same empty weg login form. -- Milos Prudek