Function __global->_enforce_temporary_passwords

Definitions

sources/users_active_actions.php

  • Actualiser for enforcing expired and temporary passwords. Will redirect_exit if the member needs to change their password.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$member_id MEMBER No No required parameter N/A N/A The current member

Preview

Code (PHP)

/**
 * Actualiser for enforcing expired and temporary passwords. Will redirect_exit if the member needs to change their password.
 *
 * @param  MEMBER $member_id The current member
 */

function _enforce_temporary_passwords(int $member_id)