Most likely the password will be hashed.  Your best bet to overcome this is
to just change the password.  To find out the proper hash for the password
you want to use, just set the debug level to 2 in the core and try to
login.  You will see the SQL statement which was used to try your login.
The hashed value that is displayed here for the password is what you want to
overwrite the current password with in your database.

On Fri, Dec 4, 2009 at 2:58 AM, mike karthauser <[email protected]>wrote:

> Check what routes have been set up for you especially how your admin
> path is configured. Look in app/config/routes.php for this. Your login
> details should be in the user table  which will be give you somewhere
> to start from
>
> Mike Karthauser
> Brightstorm limited
> Tel: 07939252144
>
> On 4 Dec 2009, at 02:24, drumzit <[email protected]> wrote:
>
> > I just inherited a site that is appears was built in/with cake. It is
> > a very simple site consisting of only 2 pages with one being links and
> > the front page only has 'clickatell' for parents to send text messages
> > to their kids cellphone reminding them to be safe. So I have access to
> > everything but do not know how to get into the cake interface. I may
> > have to guess at the login so may end up scrapping everything since I
> > can build it by hand. But I was also hoping that I could learn cake
> > too.
> > So can anyone tell me how to at least get into the control panel?
> > Thanks,
> >
> > Check out the new CakePHP Questions site http://cakeqs.org and help
> > others with their CakePHP related questions.
> >
> > You received this message because you are subscribed to the Google
> > Groups "CakePHP" group.
> > To post to this group, send email to [email protected]
> > To unsubscribe from this group, send email to
> > [email protected]<cake-php%[email protected]>For
> >  more options, visit this
> > group at http://groups.google.com/group/cake-php?hl=en
> >
>
> Check out the new CakePHP Questions site http://cakeqs.org and help others
> with their CakePHP related questions.
>
> You received this message because you are subscribed to the Google Groups
> "CakePHP" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]<cake-php%[email protected]>For
>  more options, visit this group at
> http://groups.google.com/group/cake-php?hl=en
>

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to