= __("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"); ?> | = __("Edit"); ?> | = __("Password Reset"); ?> | = __("Delete"); ?> | user_id; ?>">user_name; ?> | user_callsign; ?> | user_email; ?> | config->item('auth_level'); echo $l[$row->user_type]; ?> | 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 " " . $row->last_seen . ""; } else { echo " " . $row->last_seen . ""; } } else { echo __("Never"); }?> |
= __("Locations"); ?>: stationcount; ?>
= __("Logbooks"); ?>: logbookcount; ?> qsocount > 0) { ?> lastqso; ?>">qsocount; ?> = __("QSO"); ?> ">qsocount; ?> = __("QSO"); ?> |
user_id; ?>" class="btn btn-outline-primary btn-sm"> | user_id) { echo ''; } ?> | user_id) { echo "user_id . " class=\"btn btn-danger btn-sm\">"; } ?> |
|---|