You are here

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

Retrieve a list of User IDs for 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 ForcePasswordChangeMapperInterface::getFirstTimeLoginUids()
ForcePasswordChangeMapper::getFirstTimeLoginUids in src/Mapper/ForcePasswordChangeMapper.php
Retrieve a list of User IDs for users who have a pending forced password change on their first login.

File

src/Mapper/ForcePasswordChangeMapperInterface.php, line 177

Class

ForcePasswordChangeMapperInterface

Namespace

Drupal\force_password_change\Mapper

Code

public function getFirstTimeLoginUids();