Skip to content

Commit 19edb12

Browse files
Merge pull request #4416 from Jalina2007/fix/product-is-24935-jdbc-username-label
2 parents fb86236 + 132ef76 commit 19edb12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/org.wso2.carbon.user.core/src/main/java/org/wso2/carbon/user/core/jdbc/JDBCUserStoreConstants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public class JDBCUserStoreConstants {
6262
//setMandatoryProperty
6363
setMandatoryProperty(JDBCRealmConstants.URL, "Connection URL", "", "URL of the user store database", false,
6464
new Property[] { CONNECTION.getProperty(), STRING.getProperty(), TRUE.getProperty() });
65-
setMandatoryProperty(JDBCRealmConstants.USER_NAME, "Connection Name", "", "Username for the database", false,
65+
setMandatoryProperty(JDBCRealmConstants.USER_NAME, "Username", "", "Username for the database", false,
6666
new Property[] { CONNECTION.getProperty(), STRING.getProperty(), TRUE.getProperty() });
6767
setMandatoryProperty(JDBCRealmConstants.PASSWORD, "Connection Password", "", "Password for the database", true,
6868
new Property[] { CONNECTION.getProperty(), PASSWORD.getProperty(), TRUE.getProperty() });

0 commit comments

Comments
 (0)