diff --git a/main.go b/main.go index ff87ccd..a60936c 100644 --- a/main.go +++ b/main.go @@ -925,7 +925,7 @@ func main() { ) // Email subject - subject := "Please Verify Your Email Address" + subject := "FCSC Verify Your Email to Complete Registration" // Generate a verification URL (example: using user ID or token) verificationURL := fmt.Sprintf("https://pb.venbait.in/verify-email?userId=%s", userID) @@ -935,7 +935,7 @@ func main() {
Dear %s,
-Thank you for registering. Please click the link below to verify your email address:
+Thank you for registering with FCSC. To complete your registration and activate your account, please verify your email address by clicking the link below:
@@ -1722,7 +1722,7 @@ func sendStatusChangeEmail(app *pocketbase.PocketBase, record *models.Record, ne body = fmt.Sprintf(`Dear %s,
We are pleased to inform you that your registration with FCSC has been approved. You can now log in using the credentials that you had created.
-Please access your account using the following link: Login.
+Please access your account using the following link: "Access Your Account.
If you have any questions, please feel free to contact us for further clarification.
Best regards,
diff --git a/pb_data/logs.db-shm b/pb_data/logs.db-shm index 6214193..44a6d1e 100644 Binary files a/pb_data/logs.db-shm and b/pb_data/logs.db-shm differ