mirror of
https://github.com/magicbug/Cloudlog
synced 2026-08-13 17:49:35 -04:00
36 lines
831 B
PHP
36 lines
831 B
PHP
|
|
Hi <?php echo $user_firstname; ?> <?php echo $user_lastname; ?>,
|
||
|
|
|
||
|
|
Welcome to Cloudlog!
|
||
|
|
|
||
|
|
Your account has been created with the following details:
|
||
|
|
|
||
|
|
Username: <?php echo $username; ?>
|
||
|
|
|
||
|
|
Callsign: <?php echo $callsign; ?>
|
||
|
|
|
||
|
|
Email: <?php echo $email; ?>
|
||
|
|
|
||
|
|
Temporary Password: <?php echo $password; ?>
|
||
|
|
|
||
|
|
|
||
|
|
IMPORTANT - Security Notice:
|
||
|
|
For your security, please log in and change your password immediately.
|
||
|
|
|
||
|
|
To change your password:
|
||
|
|
1. Log in at: <?php echo $base_url; ?>
|
||
|
|
|
||
|
|
2. Go to Account Settings
|
||
|
|
3. Enter your current password and choose a new secure password
|
||
|
|
4. Click "Save Account Changes"
|
||
|
|
|
||
|
|
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.
|