Project

General

Profile

Actions

Feature #20605

closed

Add more information to logoff() method in user authentication

Added by Oliver Hader almost 15 years ago. Updated about 4 years ago.

Status:
Rejected
Priority:
Should have
Assignee:
Category:
Authentication
Target version:
-
Start date:
2009-06-10
Due date:
% Done:

0%

Estimated time:
PHP Version:
5.2
Tags:
Complexity:
Sprint Focus:

Description

The TYPO3 user authentication (t3lib_userAuth) has a method logoff() that is called at several places but has no information what kind of "logoff" happens:
  • regular logoff, since user requested it (status=logout)
  • automatic logoff from old session when a new frontend user logs in
  • automatic logoff if session of logged in frontend user expired or no frontend user is logged in at all
Tasks:
  • constants shall be integrated and added to the logoff-calls, e.g. logoff(self::LOGOFF_ByUser)
  • logoff-status must be transferred to affected hooks in the logoff() method

(issue imported from #M11313)


Files

0011313.patch (3.03 KB) 0011313.patch Administrator Admin, 2009-06-10 13:51
0011313_v2.patch (3.04 KB) 0011313_v2.patch Administrator Admin, 2009-06-18 15:06
Actions

Also available in: Atom PDF