Hi

I install twitter plugin into a grails project.
I follow documentation given in plugin page:
copy TwitterController.groovy to your grails-app/controllers folder
copy twitter.gsp to grails-app/views/layouts
create the folder grails-app/views/twitter
copy the remaining GSPs to grails-app/views/twitter
load http://localhost:8080/yourapp/twitter

I tried login with the provided login

I get
Sorry, authentication failed

I give the correct username/password.

Has anyone successfully used this plugin recently.
Any pointers for troubleshooting would be appreciated.

Bala