anonymous login doesn't show user login channel

Recently i am doing some R&D work on portal server. Whenever the user logs in to portal server, it will bypass the authentication menus and login as anonymous user because i have set in the admin console to disable all the authentication methods except anonymous login. In order for the user to login again using membership login inside the anonymous login, at the advanced option under "Non Interactive Mode", i added "membership" as one of the variable. Now the problem comes when i added in a generic provider into my channel.I can't see the user login channel anymore whenever i log into the anonymous page. I have uncheck "the persistent cookies" at the advanced option in admin console but the problem still persist.Even if i never log in using the login channel at the anonymous user page, it will display "welcome new user" and bypass the page with "login channel". I hope you guys understand my question. :). Anyone out there knows what's going wrong here?

[985 byte] By [708909] at [2007-11-25 4:36:02]
# 1

Make sure the iwtLoginProvider is present in the selected channel list for the anonymous user.

Go to the anonymous user profile /Manage_Domain/Role/Users and then anonymous user profile and check to see if you have the iwtLoginProvider added in your list of available and selected channels, if it is not present you have to add it.

Below the available channel list box

type iwtLoginProvider in the Channel Name text box. For the Class Name text box, type:com.iplanet.portalserver.providers.login.LoginProvider

Click the add button

Now move the channel to selected channel list and then click the submit button in the bottom of the page.

Karthik_Krishnamoorthy at 2007-6-29 2:48:51 > top of Java-index,Web & Directory Servers,Portal Servers...