You are here

public function ForcePasswordChangeServiceInterface::removeFirstTimeLogin in Force Password Change 8

Same name and namespace in other branches
  1. 2.0.x src/Service/ForcePasswordChangeServiceInterface.php \Drupal\force_password_change\Service\ForcePasswordChangeServiceInterface::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. Note * that this is metadata only - the force still needs to be removed through other actions.

1 method overrides ForcePasswordChangeServiceInterface::removeFirstTimeLogin()
ForcePasswordChangeService::removeFirstTimeLogin in src/Service/ForcePasswordChangeService.php
*

File

src/Service/ForcePasswordChangeServiceInterface.php, line 191

Class

ForcePasswordChangeServiceInterface

Namespace

Drupal\force_password_change\Service

Code

public function removeFirstTimeLogin($uid);