Re: [Acegisecurity-developer] wrong username/password problem

2009-01-18 Thread Kerwin Tang
Thanks Burt. It seems that's indeed the problem. I've tried to change it back to "update" and it works correctly now. Thanks also for mentioning the Grails User list. Will post there later. Best Regards, Kerwin On Mon, Jan 19, 2009 at 11:07 AM, Burt Beckwith wrote: > You should be asking this

Re: [Acegisecurity-developer] wrong username/password problem

2009-01-18 Thread Burt Beckwith
You should be asking this question on the Grails User list - http://grails.org/Mailing+lists. It sounds like you're using dbCreate='create-drop' in DataSource.groovy. If you want to retain data between server restarts, either use dbCreate='update' or leave out the dbCreate parameter entirely an

Re: [Acegisecurity-developer] wrong username/password problem

2009-01-18 Thread Kerwin Tang
Hi Ray, On Fri, Jan 16, 2009 at 7:10 PM, Ray Krueger wrote: > On Fri, Jan 16, 2009 at 2:52 AM, Kerwin Tang wrote: > > Hi guys, > > > > I've tried to integrate acegi with my grails application and i've > > encountered a problem where i'm stuck. > > Did you use the AcegiSecurity Plugin for Grails

Re: [Acegisecurity-developer] wrong username/password problem

2009-01-16 Thread Ray Krueger
On Fri, Jan 16, 2009 at 2:52 AM, Kerwin Tang wrote: > Hi guys, > > I've tried to integrate acegi with my grails application and i've > encountered a problem where i'm stuck. Did you use the AcegiSecurity Plugin for Grails? > > I was able to set it up such that i am able to create user records, s

[Acegisecurity-developer] wrong username/password problem

2009-01-16 Thread Kerwin Tang
Hi guys, I've tried to integrate acegi with my grails application and i've encountered a problem where i'm stuck. I was able to set it up such that i am able to create user records, save them to the database, and login successfully using those records. However, once i try to restart my grails app