mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
Automatic logout can be toggled via web preferences. Precedence is given to the startup parameter -p, i.e., if auto-logout has been explicitly disabled via command line, no toggle button is shown. Contrarily, if the auto-logout has not been explicitly disabled during startup, then the user can toggle it via web preferences. Implements #440 |
||
|---|---|---|
| .. | ||
| add_user.lua | ||
| change_user_password.lua | ||
| change_user_prefs.lua | ||
| delete_user.lua | ||
| get_user_info.lua | ||
| get_users.lua | ||
| password_reset.lua | ||
| prefs.lua | ||
| users.lua | ||
| validate_new_user.lua | ||