also, in regards to the second error, make sure in your model->validate
array, that you have apostrophes around the words 'VALID_NOT_EMPTY', which
should clear out that error.

On Feb 8, 2008 7:15 AM, MonkeyGirl <[EMAIL PROTECTED]> wrote:

>
> > The code i have creates my user and puts it into the database just
> > fine..but after that, nothing happens... no flash, no redirect.
>
> Have you made a login() function in /app/controllers/
> users_controller.php? It looks like you've got the creation of new
> users sorted, but you now need to let them log in, which is really a
> separate process. You need to get the login method working next, then
> you can worry about making it happen automatically once someone's
> signed up.
>
> This is something I want to explain in my guide soon, but for now try
> looking into $this->Session in the controller. That's what you can use
> to store the information about the user who's logging in, so it
> remembers them as they move around the site.
>
> Hope that helps,
> Zoe.
> >
>


-- 
In the name of Life, Liberty, and the pursuit of my sanity.
Siebren Bakker(Aevum Decessus)
-----BEGIN GEEK CODE BLOCK-----
Version: 3.12
GCS d- s+: a19 C++++ UL++ P L++
!E W++ N(-) o? K? w(+) O? M-- V?
PS+ PE Y- PGP- t+ 5? X- R tv--
b++ Di D+ G+ e h! r y-
------END GEEK CODE BLOCK------

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
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