Remove obsolete method: redirectUnrecognizedExternalUser()
This commit is contained in:
parent
7e5826317c
commit
8ed8cfc5b5
1 changed files with 0 additions and 8 deletions
|
@ -147,14 +147,6 @@ public class LoginRedirector {
|
|||
}
|
||||
}
|
||||
|
||||
public void redirectUnrecognizedExternalUser(HttpServletResponse response,
|
||||
String username) throws IOException {
|
||||
log.debug("Redirecting unrecognized external user: " + username);
|
||||
DisplayMessage.setMessage(request,
|
||||
"VIVO cannot find a profile for your account.");
|
||||
response.sendRedirect(getApplicationHomePageUrl());
|
||||
}
|
||||
|
||||
private boolean isMerelySelfEditor() {
|
||||
IdentifierBundle ids = RequestIdentifiers.getIdBundleForRequest(request);
|
||||
if (IsRootUser.isRootUser(ids)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue