Giter Site home page Giter Site logo

zfcuseradmin's Introduction

ZfcUserAdmin Module for Zend Framework 2

Version 0.1

Introduction

This module provides an interface to create/edit/delete users.

Installation

Using composer

  1. Add danielss89/zfc-user-admin (version dev-master) to requirements
  2. Run update command on composer

Manually

  1. Clone this project into your ./vendor/ directory and enable it in your application.config.php file.
  2. Clone https://github.com/juriansluiman/ZfcAdmin into your ./vendor/ directory and enable it in your application.config.php file.

Requires

  1. ZfcAdmin
  2. ZfcUser

Usage

Override default module config

Copy <zfc-user-admin>/config/ZfcUserAdmin.global.php.dist to <project root>/autoload/ZfcUserAdmin.global.php and edit required module options (full list will be added to doc later, for now you can find all available options in <zfc-user-admin>/src/Options/ModuleOptions.php - just look at class properties and convert upper case to dash plus lower case, e.g. createUserAutoPassword -> create_user_auto_password). E.g.:

<?php
/**
 * ZfcUserAdmin Configuration
 */
$settings = array(
    'user_mapper' => 'ZfcUserAdmin\Mapper\UserZendDb',
    'user_list_elements' => array('Id' => 'id', 'Name' => 'display_name', 'Email address' => 'email'),
    'create_user_auto_password' => false,
    ...
);

/**
 * You do not need to edit below this line
 */
return array(
    'zfcuseradmin' => $settings
);

TODO: add more usage information and module options list

Authors

zfcuseradmin's People

Contributors

akrabat avatar danielss89 avatar foaly-nr1 avatar freeaqingme avatar hounddog avatar ksvendsen avatar leup avatar liorcode avatar mischosch avatar olavocneto avatar step307 avatar vgarvardt avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.