You are here

public function ForcePasswordChangeMapperInterface::addFirstTimeLogin in Force Password Change 8

Same name and namespace in other branches
  1. 2.0.x src/Mapper/ForcePasswordChangeMapperInterface.php \Drupal\force_password_change\Mapper\ForcePasswordChangeMapperInterface::addFirstTimeLogin()

* Set a user as having been forced to change their password on their first login * *

Parameters

int $uid: * The User ID of the user who has been forced to change their password on first login.

1 method overrides ForcePasswordChangeMapperInterface::addFirstTimeLogin()
ForcePasswordChangeMapper::addFirstTimeLogin in src/Mapper/ForcePasswordChangeMapper.php
*

File

src/Mapper/ForcePasswordChangeMapperInterface.php, line 156

Class

ForcePasswordChangeMapperInterface

Namespace

Drupal\force_password_change\Mapper

Code

public function addFirstTimeLogin($uid);