PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Authentication » LiveUser » Bug #2615

Custom Field

Details

Submitted2004-10-25 17:40 UTC
Fromalias at wanadoo dot fr
StatusBogus
PackageLiveUser
PHP Version4.3.7
OSFreeBSD 4.9
Roadmaps(Not assigned)

Comments

[2004-10-25 17:40 UTC] alias at wanadoo dot fr

Description:
------------
I use medium contoller (DB)
Custom field email don't work in my program.
to make it working, I had to add :
'custom' => array(
'groupe' => array('name' => 'email', 'type' => ''),

));
in the var $authTableCols
in DB.php

This code exists in my conf array
and I have $custom = array(
'email'=> 'domaine.com' );
in my admin code.
What's wrong ?

[2004-10-25 17:44 UTC] alias at wanadoo dot fr

Sorry : replace 'groupe' by 'email' in my post

Alain

[2004-11-23 16:21 UTC] smith at backendmedia dot com

Thank you for taking the time to write to us, but this is not
a bug.

Yes, this is the required syntax.