On Monday, September 12, 2011 5:38:04 PM UTC-4, pbreit wrote: > > I'm seeing a new file in private "auth.key". Is that some new way to store > the hmac_key?
Yes, instead of the admin app automatically inserting a new hmac_key when an app is created, now an auth.key file is created in /private by Auth.get_or_create_key(). See http://code.google.com/p/web2py/source/detail?r=4fc35e8b3b3e79c498dac5ba6f1937cdaea5190a. Anthony