Skip to content
This repository has been archived by the owner on Apr 20, 2022. It is now read-only.

soliantconsulting/zfc-user-simplefm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Provides authentication via SimpleFM to a FileMaker database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages