You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 16, 2024. It is now read-only.
returnnewString[]{"The exported user files do not have a password in them, as passwords cannot be retrieved. Each user file needs a password added before it can be deployed."};
40
+
returnnewString[]{"The exported user files each have a default password in them, as the real password cannot be exported for security reasons."};
41
+
}
42
+
43
+
/**
44
+
* As of version 2.9.0 of ml-app-deployer, an attempt is made to add a default password to each exported user. This
45
+
* allows the user to be immediately deployed, and the developer can then change the password to a real one at a
logger.warn("Unable to add a default password to exported user: " + resourceName + "; still exporting user but without a password; exception message: " + ex.getMessage());
0 commit comments