2017 © Pedro Peláez
 

library gomi-module

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

image

zoopcommerce/gomi-module

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

  • Wednesday, September 10, 2014
  • by superdweebie
  • Repository
  • 2 Watchers
  • 0 Stars
  • 423 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

Zoop gomi-module

Build Status, (*1)

Provides a simple user module for use in shard-module., (*2)

Also provides a REST interface for users to change and recover passwords., (*3)

Install

Add the following to your composer root:, (*4)

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

Add the module to your application config:, (*5)

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

Configuration

See config/module.config.php comments for configuration options., (*6)

Note Do not neglect to change the email salt and encryption key., (*7)

Use

To begin password recovery go to:, (*8)

/rest/recoverpassword/token

To complete the password recovery, follow the link in the sent email., (*9)

The Versions