You are here

public function ForcePasswordChangeMapperInterface::addFirstTimeLogin in Force Password Change 2.0.x

Same name and namespace in other branches
  1. 8 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
Set a user as having been forced to change their password on their first login.

File

src/Mapper/ForcePasswordChangeMapperInterface.php, line 158

Class

ForcePasswordChangeMapperInterface

Namespace

Drupal\force_password_change\Mapper

Code

public function addFirstTimeLogin($uid);