Skip to content

Conversation

@TheSerapher
Copy link
Contributor

Component Version
MPOS 1.0.2
DB 1.0.1
CONFIG 1.0.1

MPOS SSO

Yes, MPOS now supports SSO. You can create a database for accounts, pool_workers and coin_addresses tables. These will then be shared of all MPOS instances. One restriction: All instances need to be located on the same physical database. The connection is shared, so ensure all MPOS instances have access to the shared database. See CHANGELOG.md for a few more details. Documentation will be updated on merge to master.

Coin Address and AP Thresholds

AP Thresholds have moved out of the accounts table and are now located in the coin_address table instead. This will ensure that SSO works while also putting it where it belongs.

Full Changelog

Please see CHANGELOG.md for upcoming Changes to the stable release.

MPOS123 added 29 commits April 15, 2015 13:23
* N default is 25
* Can be set via Admin System Settings -> Wallet
@TheSerapher TheSerapher added this to the v1.0.2 milestone Apr 16, 2015
@TheSerapher TheSerapher self-assigned this Apr 16, 2015
MPOS123 added 4 commits April 19, 2015 00:59
* Default to standard DB if nothing is set
* Separate Accounts and Pool Workers shared DB
* Added shared News DB
* New config options added
 * `$config['db']['shared']['accounts']`
 * `$config['db']['shared']['workers']`
 * `$config['db']['shared']['news']`
@TheSerapher
Copy link
Contributor Author

We should be closing in to a merge for 1.0.2. Have one more outstanding PR for development before merging everything to master.

TheSerapher added a commit that referenced this pull request Apr 28, 2015
UPDATE : Development to Master
@TheSerapher TheSerapher merged commit 50af836 into master Apr 28, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants