summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/com.gluster.storage.management.core/src/com/gluster/storage/management/core/constants/CoreConstants.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com.gluster.storage.management.core/src/com/gluster/storage/management/core/constants/CoreConstants.java b/src/com.gluster.storage.management.core/src/com/gluster/storage/management/core/constants/CoreConstants.java
index 67ab1695..a9309c85 100644
--- a/src/com.gluster.storage.management.core/src/com/gluster/storage/management/core/constants/CoreConstants.java
+++ b/src/com.gluster.storage.management.core/src/com/gluster/storage/management/core/constants/CoreConstants.java
@@ -32,7 +32,7 @@ public class CoreConstants {
public static final String PURE_DATE_FORMAT = "MM/dd/yyyy";
public static final String PURE_TIME_FORMAT = "HH:mm:ss.SSS";
public static final String NA = "NA";
- public static final String DEFAULT_PASSWORD = "gluster";
+ public static final String DEFAULT_PASSWORD = "syst3m";
public static final String OFFLINE = "OFFLINE";
public static final String ONLINE = "ONLINE";
public static final String UNKNOWN = "UNKNOWN";