2017 © Pedro Peláez
 

library circlical-acl-admin

Admin moderation panel for bjyoungblood/bjy-authorize over Doctrine

image

saeven/circlical-acl-admin

Admin moderation panel for bjyoungblood/bjy-authorize over Doctrine

  • Tuesday, January 21, 2014
  • by Saeven
  • Repository
  • 1 Watchers
  • 1 Stars
  • 27 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 29 % Grown

The README.md

Circlical ACL Administrator

Dashboard image, (*1)

This is an ACL administration dashboard for use with Zend Framework 2 and ZFCUser + BjyAuthorize + Doctrine. Where the former provide a great framework to implement access control, they offer no means to invite users (as is often the case with corp. applications). Where ZFCUser and BjyAuthorize saved me a ton of time, this is my attempt to give back., (*2)

Doctrine as a requirement is just happenstance right now, I relied on access to object repo for DB connections for the time being since I'm in a crunch for the project that relies on this piece., (*3)

The Wish List

Create a panel that administrators can access, from which they can:, (*4)

a. List users (DONE) b. Invite users via email with customized message (DONE) c. Edit user details post-reg d. Edit user ACL data, (*5)

Create a user side where they can a. Access a verify-your-email panel using an admin-sent invite (DONE) b. Complete their registration details (against ZFCUser Entity) (DONE) c. Limit visible fields based on module config, may not want all Entity data to be populated by user (DONE) d. Receive a thanks for registering email post-reg (DONE), (*6)

Edit this markdown file to include config examples (check module config for now), (*7)

Version

0.1, (*8)

Requires

  • ZFCUser
  • BjyAuthorize
  • Doctrine2
  • JQuery

Installation

Add this line to your composer.json: "saeven/circlical-acl-admin" : "dev-master", (*9)

Then, run the SQL create found in the data folder, (*10)

Usage

If you haven't set up your BjyAuthorize and ZFCUser yet, do that first, (*11)

  • Log into your application as an administrative user (role admin). If you need to change the role type, just override the guard for CirclicalACLAdmin
  • Access /acl-admin
  • Should see dashboard

The Versions

21/01 2014

dev-master

9999999-dev https://github.com/Saeven/CirclicalACLAdmin

Admin moderation panel for bjyoungblood/bjy-authorize over Doctrine

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

acl zf2 zfc-user bjyauthorize circlical