debug only shows a series of DESCRIBE queries. no select statements.
On Apr 20, 1:57 am, Miha Nahtigal <
miha.nahti...@gmail.com> wrote:
> I think you have a problem with Security.salt of your app. If you want to
> use default user with default password (from imported data eg. admin/admin),
> you have to ensure that Security.salt in app/config/core.php is the same as
> it was used for password encryption. You can find it in my sample app. I'll
> even post it here:
>
> Configure::write('Security.salt',
> '40ab12cb6b2241ec7272030ac0b6f8d65cd8031a');
>
> Option 2:
> If you don't want to change your app's salt (the prefered way), you'll have
> to update admin's password. Set debug to "2" to see select queries after
> your attempted login. Update password field with encoded string that can be
> seen in one of the selects.
>
> Please check also my sample app herehttp://
lilblogs.googlecode.com/files/LilBlogs-1.2.1.zip
> I've just rechecked it and everything (admin login included) works fine.
>
> Cheers, m
>
>
>
>
>
> On Tue, Apr 20, 2010 at 10:14 AM, Brewster <
brewster1...@gmail.com> wrote:
> > i cannot seem to login. i have added the necessary lines to the
> > app_controller, i have imported the tables into my DB, routes &
> > core.php have the added lines, and i have the plugin directory in
> > place. no matter what i try, i cannot login. Login failed. Invalid
> > username or password.
>
> > what am i missing here? the instruction were really straight
> > forward. i figured there would be no issue. maybe its just getting
> > too late...
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "LilBlogs" group.
> > To post to this group, send email to
lilb...@googlegroups.com.
> > To unsubscribe from this group, send email to
> >
lilblogs+u...@googlegroups.com<lilblogs%2Bunsubscribe@googlegroups.c om>
> > .
> For more options, visit this group athttp://
groups.google.com/group/lilblogs?hl=en.