katsuo-ryuu/kryuu-account

KryuuAccount module for ZF2 using doctrine2


Keywords
zf2
License
OCCT-PL

Documentation

User Account system

Latest Stable Version Latest Unstable Version License

About

This is an account handler build upon ZfcUser module. The account system should make it a bit easier to extend than ZfcUser.

Upcomming extension will be the activation Module KryuuAccountActivation.

Installation

This module is using doctrine 2 to initialize the database run the the schema-tool

./vendor/doctrine-module orm:schema-tool:update

You can add a --force to the end to force the changes.

Future

Missing a trigger for when a user is deleted, so that all the extensions will react to it. Register will be moved to a seperate module, same will delete, edit functions of other modules, to combine this in a simple module. This Account system will almost replace ZfcUser and try to rebuild everything. The plan is to make it more secure and give it faster processing with more extentability. As for now it will work as an abstraction layer.