zoopcommerce/gomi-module

There is no license information available for the latest version (2.1.0) of this package.

Zend Framework 2 Module that provides user management for zoop's Shard

2.1.0 2014-07-31 05:10 UTC

This package is not auto-updated.

Last update: 2024-04-22 13:57:02 UTC


README

Build Status

Provides a simple user module for use in shard-module.

Also provides a REST interface for users to change and recover passwords.

Install

Add the following to your composer root:

"require": {
    "zoopcommerce/gomi-module" : "~1.0"
}

Add the module to your application config:

'modules' => [
    'Zoop\GomiModule'
],

Configuration

See config/module.config.php comments for configuration options.

Note Do not neglect to change the email salt and encryption key.

Use

To begin password recovery go to:

/rest/recoverpassword/token

To complete the password recovery, follow the link in the sent email.