I just created a basic application (Not using wizard), it appears that the aforementioned functions are working. I was just able to register, and cleared the pending registration key and logged in. So it seems this might all be pointing to the wizard. Not sure where/why. I'm migrating settings from my original application 1 at a time to try to get this working.
On Jan 4, 11:55 am, Anthony <abasta...@gmail.com> 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