PasswordUsageTracker
class PasswordUsageTracker (View source)
Properties
protected EntityManagerInterface | $entityManager | The entity manager we're saving usages against |
|
protected int | $maxReuse | The number of used strings we will track per subject |
Methods
__construct(EntityManagerInterface $entityManager, $maxReuse)
No description
pruneUses(int $subject)
Prune uses for a specific subject
int
resolveUserID($subject)
No description