fix(models): refine comment wording in User model for clarity on user deletion criteria
This commit is contained in:
parent
e61e090777
commit
be73d5cd76
1 changed files with 1 additions and 1 deletions
|
|
@ -151,7 +151,7 @@ private static function finalizeTeamDeletion(User $user, Team $team)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Delete the user if they are not verified and have a force password reset.
|
* Delete the user if they are not verified and have a force password reset.
|
||||||
* This is used to clean up users that have been invited, does not accepted the invitation (and did not verify their email and have a force password reset).
|
* This is used to clean up users that have been invited, did not accept the invitation (and did not verify their email and have a force password reset).
|
||||||
*/
|
*/
|
||||||
public function deleteIfNotVerifiedAndForcePasswordReset()
|
public function deleteIfNotVerifiedAndForcePasswordReset()
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue