dev-master
9999999-dev https://github.com/cdli/CdliUserProfileExtensible user profile system for ZfcUser
BSD-3-Clause
The Requires
user profile zf2 zfcuser
Wallogit.com
2017 © Pedro Peláez
Extensible user profile system for ZfcUser
Version 0.0.2 Created by the Centre for Distance Learning and Innovation (www.cdli.ca), (*1)
**NOTE: This module is woefully out of date and probably should not be used. Check out LdcUserProfile instead. **, (*2)
CdliUserProfile is an extension to ZfcUser which provides an account profile editor, (*3)
Installation of CdliUserProfile uses composer. For composer documentation, please refer to getcomposer.org., (*4)
Add this project to your composer.json, (*5)
"require": {
"cdli/user-profile": "dev-master"
}
Now tell composer to download CdliUserProfile by running the command:, (*6)
$ php composer.phar update
open configs/application.config.php and add the following key to your modules:, (*7)
php
'CdliUserProfile',, (*8)
Checkout the default configuration file located at vendor/cdli/user-profile/config/cdliuserprofile.global.php.dist. You may want to copy this over to config/autoload/cdliuserprofile.global.php, (*9)
Extensible user profile system for ZfcUser
BSD-3-Clause
user profile zf2 zfcuser