Changeset 15136 for events/phpframework/piece_framework/trunk/web/frontend/webapp/actions/AuthenticationAction.php
- Timestamp:
- 07/04/08 01:30:16 (5 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
events/phpframework/piece_framework/trunk/web/frontend/webapp/actions/AuthenticationAction.php
r14873 r15136 64 64 65 65 try { 66 $ loginUser= Phwittr_Service::authenticate($this->_user->userName,66 $self = Phwittr_Service::authenticate($this->_user->userName, 67 67 $this->_user->password 68 68 ); 69 69 70 70 $session = $this->_context->getSession(); 71 $session->setAttributeByRef(' loginUser', $loginUser);71 $session->setAttributeByRef('self', $self); 72 72 73 73 $authentication = &new Piece_Unity_Service_Authentication();
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)