[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/plugins/system/remember/ -> remember.php (summary)

(no description)

Copyright: (C) 2007 Open Source Matters, Inc.
License: GNU General Public License version 2 or later; see LICENSE.txt
File Size: 142 lines (4 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

PlgSystemRemember:: (3 methods):
  onAfterInitialise()
  onUserLogout()
  onUserBeforeSave()


Class: PlgSystemRemember  - X-Ref

Joomla! System Remember Me Plugin

onAfterInitialise()   X-Ref
Remember me method to run onAfterInitialise
Only purpose is to initialise the login authentication process if a cookie is present

return: void

onUserLogout($user, $options)   X-Ref
Imports the authentication plugin on user logout to make sure that the cookie is destroyed.

param: array  $user     Holds the user data.
param: array  $options  Array holding options (remember, autoregister, group).
return: boolean

onUserBeforeSave($user, $isnew, $data)   X-Ref
Method is called before user data is stored in the database
Invalidate all existing remember-me cookies after a password change

param: array    $user   Holds the old user data.
param: boolean  $isnew  True if a new user is stored.
param: array    $data   Holds the new user data.
return: boolean



Generated: Wed Sep 7 05:41:13 2022 Chilli.vc Blog - For Webmaster,Blog-Writer,System Admin and Domainer