I just created a new app using the app wizard. There is the auth.key file in the private folder. I then registered, had to remove the requires for the registration id field in the models/db.py file. I was able to modify the record for myself and remove the 'pending' for registration_key field. I'm still not able to log in. Nothing has been done with the auth.key file in the private.
On Jan 4, 11:55 am, Anthony <[email protected]> wrote: > > Bad news is that I still can't log into the application. > > I'm now getting 'Invalid Login' when I try to login after verifying > > the registration. Grr.. > > This line: > > auth = Auth(db, hmac_key=Auth.get_or_create_key()) > > reads the auth hmac_key from the "auth.key" file in the /private folder, > and it creates the file with a new key if it doesn't already exist. Is it > possible that the file was deleted sometime after the original > registration? In that case, it would be re-created with a new key, but > passwords created with the old key would no longer work. > > Anthony

