]> source.dussan.org Git - gitea.git/commit
Shadow password correctly for session config (#8984)
authorzeripath <art27@cantab.net>
Thu, 14 Nov 2019 20:06:02 +0000 (20:06 +0000)
committerGitHub <noreply@github.com>
Thu, 14 Nov 2019 20:06:02 +0000 (20:06 +0000)
commitae36ed7ecb454e1b43f879b0c40b570a297d4cca
tree35fcfd2a472f96488ee2b6245ce5129bb18a2021
parent665ce1dcb36727f46a7261366528fbe68733b6f0
Shadow password correctly for session config (#8984)

Fix #8718

This PR shadows passwords in session config correctly by detecting
the VirtualProvider, unmarshalling the original config and then
shadowing config within that.
routers/admin/admin.go