Well ... found it, but I'm not proud :S In the user model I added a has_many relation ... This isn't a problem, only I added it before the includes
include LoginEngine::AuthenticatedUser include UserEngine::AuthorizedUser Never gonna make this mistake again.. Regards, Jeroen Jeroen van Doorn wrote: > Hi All, > > When playing with the user engine, I've encountered the following. > > When I want to "register for an account" everything goes ok... > But when I want to activate the account I end in an everlasting loop. > > I've found that the code in the function "add_user_role" doesn't work > properly, though > when I set :user_role_name to another name I do get an error in my > development log ... > > Any hints? > > Kind regards, > Jeroen van Doorn > _______________________________________________ > engine-users mailing list > [email protected] > http://lists.rails-engines.org/listinfo.cgi/engine-users-rails-engines.org > > > _______________________________________________ engine-users mailing list [email protected] http://lists.rails-engines.org/listinfo.cgi/engine-users-rails-engines.org
