|
Hi I am new to grails, i want to add a boolean field in user model but when i add a boolean field it fails my authentication.
i am using normal user authentication from spring which has user,userrole,role model below are few lines that i think can help to get some help to me
2014-07-01 17:17:20,078 [http-8080-1] DEBUG authentication.ProviderManager - Authentication attempt using org.springframework.security.authentication.dao.DaoAuthenticationProvider
2014-07-01 17:17:20,333 [http-8080-1] DEBUG rememberme.TokenBasedRememberMeServices - Interactive login attempt was unsuccessful.
2014-07-01 17:17:20,333 [http-8080-1] DEBUG web.DefaultRedirectStrategy - Redirecting to '/health/login/authfail?login_error=1'
|