I'll try that.

On Jan 4, 12:46 pm, Anthony <[email protected]> wrote:
> I just created a fresh app with the wizard and set
> registration_requires_approval=True (and removed the registration_id
> validator), and I had no problem registering, removing the "pending", and
> then logging in, so I'm not sure why you were having a problem (are you
> sure you entered the correct username and password -- note, by default, the
> wizard uses a username rather than the email address for login?).
>
> Anthony
>
>
>
>
>
>
>
> On Wednesday, January 4, 2012 12:36:49 PM UTC-5, OpenMercury wrote:
>
> > 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 <[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

Reply via email to