]> source.dussan.org Git - gitblit.git/commit
remove external account type in lieu of specific type 980/head
authorJoel Johnson <mrjoel@lixil.net>
Tue, 7 Jul 2015 22:31:39 +0000 (16:31 -0600)
committerJoel Johnson <mrjoel@lixil.net>
Wed, 9 Dec 2015 14:38:46 +0000 (07:38 -0700)
commitfd0fc5fc9a13456c4038d03cbc6c6b3beed38910
tree7ae44a7e2133d8731eff0554b313f6d4cdbaa926
parent0b298b78a7c1fcda7f799af0c045a6c2e829a6bf
remove external account type in lieu of specific type

This was unused and causing provider lookup to fail in
AuthenticationManager.findProvider() by changing it out
from underneath. As a result, the supportXChanges methods
weren't being reported correctly.
src/main/java/com/gitblit/ConfigUserService.java
src/main/java/com/gitblit/Constants.java