You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Here we check if all characters in our tokens are hexadecimal 'digits'. This is a boolean. Again another error check to make sure the URL wasn't changed by the user.
// If this check returns "true", we show the form that the user uses to reset their password.
if (ctype_xdigit($selector) !== false && ctype_xdigit($validator) !== false) {