= __("Wavelog needs at least one user configured in order to operate."); ?>
= __("Users can be assigned roles which give them different permissions, such as adding QSOs to the logbook and accessing Wavelog APIs."); ?>
= __("The currently logged-in user is displayed at the upper-right of each page."); ?>
= __("With the password reset button, you can send a user an email containing a link to reset their password. To achieve this, ensure that the email settings in the global options are configured correctly."); ?>
= __("Create user"); ?> = __("Refresh List"); ?>
| = __("User"); ?> | = __("Callsign"); ?> | = __("E-mail"); ?> | = __("Type"); ?> | = __("Last seen"); ?> | = __("Actions"); ?> | |
|---|---|---|---|---|---|---|
| user_name; ?> | user_callsign; ?> | user_email; ?> | config->item('auth_level'); echo $l[$row->user_type]; ?> | last_seen != null) { $lastSeenTimestamp = strtotime($row->last_seen); $currentTimestamp = time(); if (($currentTimestamp - $lastSeenTimestamp) < 120) { ?> |
= __("Locations"); ?>: stationcount; ?>
= __("Logbooks"); ?>: logbookcount; ?> qsocount > 0) { ?> lastqso; ?>"> qsocount; ?> = __("QSO"); ?> "> qsocount; ?> = __("QSO"); ?> |
"> user_id) { ?> user_id) { ?> user_id) { ?> "> |
= __("Clubstations in Wavelog are a unique way for clubs and special callsign events to handle multiple operators. A clubstation is basically a normal user account with some special features and some restrictions."); ?>
= __("Create Clubstation"); ?> = __("Refresh List"); ?>
result())) { ?>| = __("Username"); ?> | = __("Callsign"); ?> | = __("E-mail"); ?> | = __("Last Operator"); ?> | = __("Last seen"); ?> | = __("Actions"); ?> | user_id; ?>">user_name; ?> | user_callsign; ?> | user_email; ?> | lastoperator; ?> | last_seen != null) { // if the user never logged in before the value is null. We can show "never" then. $lastSeenTimestamp = strtotime($row->last_seen); $currentTimestamp = time(); if (($currentTimestamp - $lastSeenTimestamp) < 120) { echo " " . date($custom_date_format . ' H:i:s', $lastSeenTimestamp) . ""; } else { echo " " . date($custom_date_format . ' H:i:s', $lastSeenTimestamp) . ""; } } else { echo __("Never"); }?> |
= __("Locations"); ?>: stationcount; ?>
= __("Logbooks"); ?>: logbookcount; ?> qsocount > 0) { ?> lastqso; ?>">qsocount; ?> = __("QSO"); ?> ">qsocount; ?> = __("QSO"); ?> |
"> user_id) { ?> user_id; ?>" class="btn btn-warning btn-sm btn-tooltip" title="= __("Club Permissions"); ?>"> user_id) { ?> user_id) { ?> "> |
|---|