Merge pull request #1384 from krowvin/patch-1

Update reference link to CherryPy auth tool
This commit is contained in:
JonnyWong16 2020-12-15 22:48:46 -08:00 committed by GitHub
commit 9598247a0d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@
# along with Tautulli. If not, see <http://www.gnu.org/licenses/>.
# http://tools.cherrypy.org/wiki/AuthenticationAndAccessRestrictions
# https://github.com/cherrypy/tools/blob/master/AuthenticationAndAccessRestrictions
# Form based authentication for CherryPy. Requires the
# Session tool to be loaded.