Ignore:
Timestamp:
10/14/11 17:54:42 (14 years ago)
Author:
fpvanagthoven
Message:

Login works good. Mainmenu looks visually the same now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/branches/cakephp/app/controllers/users_controller.php

    r126 r127  
    6666                $this->User->create();
    6767                $this->User->save($this->data);
     68                $this->redirect(array('action' => 'login'));
    6869            } else {
    6970                $this->Session->setFlash('Could not register. Try again.');
Note: See TracChangeset for help on using the changeset viewer.