SELECT UserID, UserIsEmailVerified, UserEmailAddress
FROM Users
WHERE UserUUID = '#form.UUID#'
AND
UserMobileVerifyCode = '#form.OTP#'
AND
UserIsContactVerified = 0
AND
UserIsEmailVerified = 0
UPDATE Users
SET UserIsContactVerified = 1
WHERE UserID = #check_valid.UserID#
You're now fully verified and ready to use Payfrit!
Click HERE to login and order.
OTP verified, please check your email #check_valid.UserEmailAddress#
There's a link there for you to click, then you can login to Payfrit!
SELECT UserID, UserIsEmailVerified, UserEmailAddress
FROM Users
WHERE UserUUID = '#form.UUID#'
AND
UserMobileVerifyCode = '#form.OTP#'
AND
UserIsContactVerified = 0
AND
UserIsEmailVerified = 1
UPDATE Users
SET UserIsContactVerified = 1
WHERE UserID = #check_valid_with_email_confirmed.UserID#
ok your account is all confirmed and you are logged in!
it's time to go buy some stuff!
SELECT UserID, UserIsEmailVerified
FROM Users
WHERE UserUUID = '#form.UUID#'
AND
UserIsContactVerified = 0
OTP is incorrect, please re-check the code we sent you
Problem!
please try again