You are here

public function ForcePasswordChangeServiceInterface::getFirstTimeLoginUids in Force Password Change 2.0.x

Same name and namespace in other branches
  1. 8 src/Service/ForcePasswordChangeServiceInterface.php \Drupal\force_password_change\Service\ForcePasswordChangeServiceInterface::getFirstTimeLoginUids()

Retrieve a list of users who have a pending forced password change on their first login.

Return value

array An array of User IDs of users who have a pending forced password change on their first login.

1 method overrides ForcePasswordChangeServiceInterface::getFirstTimeLoginUids()
ForcePasswordChangeService::getFirstTimeLoginUids in src/Service/ForcePasswordChangeService.php
Retrieve a list of users who have a pending forced password change on their first login.

File

src/Service/ForcePasswordChangeServiceInterface.php, line 211

Class

ForcePasswordChangeServiceInterface

Namespace

Drupal\force_password_change\Service

Code

public function getFirstTimeLoginUids();