soliantconsulting/zfc-user-simplefm

This package is abandoned and no longer maintained. No replacement package was suggested.

A SimpleFM ZFC User adapter for the FileMaker database

dev-master 2014-06-04 17:59 UTC

This package is auto-updated.

Last update: 2022-05-16 01:42:19 UTC


README

This module provides authentication via SimpleFM to a FileMaker database.

Configuration

Zend Framework

Add the Soliant/ZfcUserSimpleFM to your modules list in config/application.config.php after ZfcUser.

ZfcUser

Your zfcuser.global.php must have these values:

'user_entity_class' => 'Soliant\ZfcUserSimpleFM\Entity\User',
'auth_adapters' => [100 => 'Soliant\ZfcUserSimpleFM\Authentication\Adapter\SimpleFM'],
'table_name' => 'user', // The name of your layout

SimpleFM

See the SimpleFM README.md