2017 © Pedro Peláez
 

library tsv-users

User manager

image

marks12/tsv-users

User manager

  • Tuesday, October 10, 2017
  • by marks12
  • Repository
  • 1 Watchers
  • 1 Stars
  • 116 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 9 Versions
  • 0 % Grown

The README.md

About

User management, (*1)

Install

  1. You must be sure that you have installed and included modules in your application.config.php befor TsvUsers:, (*2)

    • DoctrineModule;
    • DoctrineORMModule;
    • ZfcBase;
    • ZfcUser;
    • BjyProfiler;
    • ZfcAdmin;
    • BjyAuthorize.
  2. Install module via composer like this: $ composer require marks12/tsv-users:dev-master, (*3)

  3. Move and rename file ./vendor/marks12/tsv-users/config/tsvusers.local.php.dist to application autoload folder ./config/autoload
  4. Configure your database connection (./config/autoload/local.php - recomended)
  5. Insert into your database SQL dump from ./vendor/marks12/tsv-users/data/schema.sql

Tables of this module may differ from tables ZfcUser, therefore recommends store data from previously created tables module Zftsuser for later, (*4)

Enter

If you have base config for ZfcUser module, you can authorize in http://domain.nameuser/login Then, if your user account have admin role, you can going to admin interface in ZfcAdmin module, for example http://domain.nameuser/admin and you will see new link in main menu like 'Пользователи'. Use this interfaces for user management., (*5)

The Versions