Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added the ability to specify a login domain as a config parameter. P… #98

Merged
merged 3 commits into from
Apr 21, 2016
Merged

Conversation

cr0wst
Copy link
Contributor

@cr0wst cr0wst commented Apr 18, 2016

…arameter gets passed as "lgdomain" and is only definable as a config option.

https://www.mediawiki.org/wiki/API:Login#Structure_of_login_request

…rameter gets passed as "lgdomain" and is only definable as a config option.
@@ -156,6 +156,9 @@ module.exports = (function() {
password = this.options.password;
}

// setup the domain
var domain = this.options.domain;
Copy link
Owner

Choose a reason for hiding this comment

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

Please update README.md with the description of this option variable and please default it to an empty string here.

@macbre macbre added this to the v0.10 milestone Apr 18, 2016
@macbre
Copy link
Owner

macbre commented Apr 21, 2016

@cr0wst, thanks!

@macbre macbre merged commit d5ee81b into macbre:devel Apr 21, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants