PHPackages                             kaushalkishorejaiswal/users - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. kaushalkishorejaiswal/users

ActiveModule[Authentication &amp; Authorization](/categories/authentication)

kaushalkishorejaiswal/users
===========================

Zend Users is a user authentication module for Zend Framework 2, which provides all the users login and authentication process. Such as login, remember me, forgot password etc.

2372PHP

Since Jul 9Pushed 11y ago1 watchersCompare

[ Source](https://github.com/kaushalkishorejaiswal/Users)[ Packagist](https://packagist.org/packages/kaushalkishorejaiswal/users)[ RSS](/packages/kaushalkishorejaiswal-users/feed)WikiDiscussions master Synced 5d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Created by Kaushal Kishore
Email :
Website :

Introduction
------------

[](#introduction)

Zend Users is a user authentication module for Zend Framework 2, which provides all the users login and authentication process. Such as login, remember me, forgot password etc. Functionality of the Users Module:
----------------------------------

[](#functionality-of-the-users-module)

- User Login Authentication
- Change Password
- Remember Me Functionality
- Reset Password
- Forgot Password
- Forgot Password Mail Functionality

Installation
------------

[](#installation)

- Clone the Users Module into your vendor folder
- Enabling it in your application.config.phpfile.
- Import the Users.sql file in your database, located in data folder of Users module
- Copy the users.local.php.dist in your config/autoload folder
- Rename it to users.local.php
- Modify the settings of users.local.php according to you

Enable the module in application.config.php
-------------------------------------------

[](#enable-the-module-in-applicationconfigphp)

```
