/zfc-user-simplefm

Provides authentication via SimpleFM to a FileMaker database

Primary LanguagePHP

Zfc-User Simple FM Authentication Adapter

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