2017 © Pedro Peláez
 

library civuser

ZF2 authentication module

image

srayner/civuser

ZF2 authentication module

  • Saturday, August 27, 2016
  • by srayner
  • Repository
  • 1 Watchers
  • 1 Stars
  • 230 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Latest Stable Version Total Downloads Latest Unstable Version License, (*1)

CivUser - Authentication Module

Introduction

CivUser is a ZF2 module for simple authentication. It can authenticate against a database table or an LDAP directory, such as Microsoft Active Directory., (*2)

Installation

Install via composer. Just add this module to your composer.json file. Then run composer install., (*3)

Post Installation

Copy the local.php.dist file into your applications configuration directory and rename it to civuser.local.php, (*4)

Change the setting to suit. Use either the dbtable config or the ldap config (not both)., (*5)

Documentation

Four routes are configured;, (*6)

  • /login
  • /logout
  • /profile
  • /change-password

The Versions

27/08 2016

dev-master

9999999-dev https://github.com/srayner/civuser

ZF2 authentication module

  Sources   Download

MIT

The Requires

 

authentication user auth zf2 login