ILIAS
release_8 Revision v8.19
|
Public Member Functions | |
getNewTokenForUser (\ilObjUser $user, string $new_email) | |
getNewEmailForUser (\ilObjUser $user, string $token) | |
This Function will check if the token is actually valid for the given user before returning the new email. More... | |
deleteEntryByToken (string $token) | |
Definition at line 21 of file ProfileChangeMailTokenRepository.php.
ILIAS\User\Profile\ProfileChangeMailTokenRepository::deleteEntryByToken | ( | string | $token | ) |
Implemented in ILIAS\User\Profile\ProfileChangeMailTokenDBRepository.
ILIAS\User\Profile\ProfileChangeMailTokenRepository::getNewEmailForUser | ( | \ilObjUser | $user, |
string | $token | ||
) |
This Function will check if the token is actually valid for the given user before returning the new email.
Implemented in ILIAS\User\Profile\ProfileChangeMailTokenDBRepository.
ILIAS\User\Profile\ProfileChangeMailTokenRepository::getNewTokenForUser | ( | \ilObjUser | $user, |
string | $new_email | ||
) |
Implemented in ILIAS\User\Profile\ProfileChangeMailTokenDBRepository.