Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/JBEI/ice
Browse files Browse the repository at this point in the history
  • Loading branch information
hplahar committed Dec 12, 2019
2 parents 8160fd9 + e546150 commit 79ec8c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ public String authenticateWithLDAP(String userName, String passWord) throws Auth
public boolean isWikiUser(String loginName) throws AuthenticationException {
boolean result = false;
ArrayList<String> whitelistGroups = new ArrayList<String>();
String whitelistString = "JBEI, Keasling Lab, DNA DIVA, Mukhopadhyay GTL";
String whitelistString = "JBEI, Keasling Lab, DNA DIVA";
String[] whiteListArray = whitelistString.split(",");
for (String element : whiteListArray) {
whitelistGroups.add(element.trim());
Expand Down

0 comments on commit 79ec8c4

Please sign in to comment.