Details
-
Bug
-
Status: Done
-
Major
-
Resolution: Done
-
5.5.1.2-bbs6, 5.5.6-bbs6
-
None
-
None
-
Sprint 54
-
7.6
Description
The Switch User script tries to use UserService#preauthenticate to switch the login, but this method was removed in Bitbucket 6 having been deprecated in 5.
It seems like it should suffice to use the still-existing AuthenticationService#set with a SimpleAuthentication instead, since this is all that preauthenicate itself was doing.