Lines Matching refs:Admin
3 Records when each registered user was last active on the wiki, and shows it in an Admin-panel page.…
10 …Admin page (**User Last Seen**) lists every registered user with up to five columns: **Username · …
16 ## Why an Admin page and not a column in the User Manager
18 …kuWiki *core* upgrades overwrite (unlike third-party plugins). A separate Admin page uses only pub…
26 | `admin.php` | The **User Last Seen** Admin page. Enumerates users via the auth backend, renders t…
34 Admin → Configuration Settings:
46 The Admin page is **admin-only** (`forAdminOnly()` returns true) — last-seen data is mildly sensiti…
50 …uilt and tested against `authplain` (the default file-based backend). The Admin page enumerates us…
52 …iki, their entry lingers in the storage file as harmless orphan data; the Admin page won't display…
53 - **Privacy.** This is mild activity tracking. Admin-only visibility is the intended boundary; for …
57 Drop the folder into `lib/plugins/lastseen/`, or use Admin → Extension Manager → Manual Install to …