Closes #10255: Introduce LOGOUT_REDIRECT_URL config parameter to control redirection of user after logout

This commit is contained in:
jeremystretch
2022-12-09 17:08:07 -05:00
parent 97f586fa0a
commit a216f47748
5 changed files with 15 additions and 2 deletions

View File

@@ -129,6 +129,14 @@ The lifetime (in seconds) of the authentication cookie issued to a NetBox user u
---
## LOGOUT_REDIRECT_URL
Default: `'home'`
The view name or URL to which a user is redirected after logging out.
---
## SESSION_COOKIE_NAME
Default: `sessionid`