You are here

public function ForcePasswordChangeMapperInterface::removeFirstTimeLogin 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::removeFirstTimeLogin()

* Remove the mark for a user who was forced to change their password on their first login * *

Parameters

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

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

File

src/Mapper/ForcePasswordChangeMapperInterface.php, line 164

Class

ForcePasswordChangeMapperInterface

Namespace

Drupal\force_password_change\Mapper

Code

public function removeFirstTimeLogin($uid);