We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
void npp_usr_logout()
Logs user out.
None
void npp_app_main() { // ... else if ( REQ("logout") ) { npp_usr_logout(); REDIRECT_TO_LANDING; } }
Requires NPP_USERS compilation switch.