Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorddunne2008-05-20 19:30:18 +0000
committerddunne2008-05-20 19:30:18 +0000
commit47ad1f53fbf1aae6bd814092d5f6bbd884e441c3 (patch)
tree1850fa86cbac0a03bd6b51f8e70e9ef20b73821e
parent3a9ef92451578c3edc2f48345ffe7250615cec58 (diff)
downloadorg.eclipse.osee-47ad1f53fbf1aae6bd814092d5f6bbd884e441c3.tar.gz
org.eclipse.osee-47ad1f53fbf1aae6bd814092d5f6bbd884e441c3.tar.xz
org.eclipse.osee-47ad1f53fbf1aae6bd814092d5f6bbd884e441c3.zip
-rw-r--r--org.eclipse.osee.framework.skynet.core/src/org/eclipse/osee/framework/skynet/core/SkynetAuthentication.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.osee.framework.skynet.core/src/org/eclipse/osee/framework/skynet/core/SkynetAuthentication.java b/org.eclipse.osee.framework.skynet.core/src/org/eclipse/osee/framework/skynet/core/SkynetAuthentication.java
index 09e62a35b00..2cefe4f5125 100644
--- a/org.eclipse.osee.framework.skynet.core/src/org/eclipse/osee/framework/skynet/core/SkynetAuthentication.java
+++ b/org.eclipse.osee.framework.skynet.core/src/org/eclipse/osee/framework/skynet/core/SkynetAuthentication.java
@@ -47,7 +47,7 @@ public class SkynetAuthentication implements PersistenceManager {
private static final Logger logger = ConfigUtil.getConfigFactory().getLogger(SkynetAuthentication.class);
private OseeAuthentication oseeAuthentication;
private int noOneArtifactId;
- private boolean createUserWhenNotInDatabase = false;
+ private boolean createUserWhenNotInDatabase = true;
public static enum UserStatusEnum {
Active, InActive, Both

Back to the top