Resend Verify Email

Input Type

  • Username or email - support 2 types

OnCompleted

On Completed Delegate

PHP

resend_verify_email.php
```php
$verificationLink = "http://localhost/loginsystempro/verify_email.php?token=$currentToken";
```
Change localhost/loginsystempro -> to your own domain

Example

We need to test it so , i set to verified to false ( 0 )

If no verify , and login using Use Veirfy bool true , will show this

LogTemp: Received response from server: {"status":"fail","message":"Your account has not been verified yet. Please check your email."}
LogTemp: Error: Login failed: Your account has not been verified yet. Please check your email.
LogTemp: Received response from server: {"status":"success","message":"A new verification email has been sent. Please check your email."}

Also using Temp Email

Last updated