Skip to content

jroedel/laminas-juser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JUser

A simple Module that glues together LmcUser, BjyAuthorize, SlmLocale, GoalioRememberMe and Laminas\Db. A fork of manuakasam/SamUser.

Installation

  1. Require JUser
composer require jroedel/zf3-juser
  1. Copy config/juser.config.php.dist to your Application config folder, and customize the values.

  2. Create the two tables with the sql in config/database.sql.dist.

  3. Enable all the modules in your application.config.php file (order is important):

    return [
        'modules' => [
            // ...
            'ZfcBase',
            'LmcUser',
            'BjyAuthorize',
            'SlmLocale',
            'GoalioRememberMe',
            'JUser',
        ],
        // ...
    ];
  1. The GUI can be accessed from /users. Make sure to double-check that only administers have access to the juser routes. This can be configured in your juser.global.php file.

About

User management module for ZfcUser

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published