cloudlog/application/views/email/welcome_reminder.php
Peter Goodhall ac27e6a653 Add welcome email feature for new and existing users
Introduces functionality to send a welcome email with credentials to new users upon creation and allows admins to resend a reminder email (without password) to existing users. Adds email templates, UI options for sending emails, and improves user management interface with new actions and enhanced layout.
2025-11-22 15:23:47 +00:00

29 lines
680 B
PHP

Hi <?php echo $user_firstname; ?> <?php echo $user_lastname; ?>,
This is a reminder about your Cloudlog account.
Your account details:
Username: <?php echo $username; ?>
Callsign: <?php echo $callsign; ?>
Email: <?php echo $email; ?>
Access Cloudlog:
Log in at: <?php echo $base_url; ?>
If you have forgotten your password, use the "Forgot Password" link on the login page or contact the administrator for a password reset.
Getting Started with Cloudlog:
- Create Station Locations for your operating locations
- Set up your logbooks to organize your QSOs
- Start logging your contacts!
If you have any questions, please contact the administrator.
Regards,
Cloudlog.