I am using cookie authentication through a postgresql source. Everything works fine if I enter a valid user name in the form, but if I enter a user name that doesn't exist in the DB or a blank Username the standard zope authentication login box pops up. I have changed the view settings for anonymous and this did not work. Any other suggestions?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am using cookie authentication through a postgresql source. Everything works fine if I enter a valid user name in the form, but if I enter a user name that doesn't exist in the DB or a blank Username the standard zope authentication login box pops up. I have changed the view settings for anonymous and this did not work. Any other suggestions?