Your apps should have the same hmac_key , there is a key file in /private folder.
On Wed, Dec 5, 2012 at 11:01 PM, pumplerod <[email protected]> wrote: > I have several apps running and am successfully able to add users to the > auth_user table during registration. I keep track of which app they > registered through to setup certain permissions. This all seems to work > fine. However, I am only able to login the user via one app (the initial > one I used to create models, I have since copied the models files to every > app). If all the auth tables are shared and I can create a new user, why > can the not log in under the same app they registered with? > > > -- > > > > --

