Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

Fixed #359: added separate mlcp user/pass properties #424

Merged
merged 2 commits into from
Apr 30, 2015

Conversation

grtjn
Copy link
Contributor

@grtjn grtjn commented Apr 30, 2015

Leveraging @ml_user and @ml_pass to make full use of password_prompt..

@@ -989,9 +989,11 @@ def mlcp
end
end

@ml_username = @properties['ml.mlcp-user']
@ml_password = @properties['ml.mlcp-password']
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just as an extra precaution, perhaps these should be:

@ml_username = @properties['ml.mlcp-user'] || @properties['ml.user']
@ml_password = @properties['ml.mlcp-password'] || @ml_password

Not everyone knows about or uses the ./ml upgrade feature and thus might not get those properties added to default.properties.

@grtjn
Copy link
Contributor Author

grtjn commented Apr 30, 2015

Done!

paxtonhare added a commit that referenced this pull request Apr 30, 2015
Fixed #359: added separate mlcp user/pass properties
@paxtonhare paxtonhare merged commit b75bb87 into marklogic-community:dev Apr 30, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants