Gossamer Forum
Home : Products : DBMan : Customization :

Relational db writing First Name with Userid

Quote Reply
Relational db writing First Name with Userid
I need another set of eyes. I have taken JPDeni's Relational demo (http://www.jpdeni.com/relation.zip) and modified it with all but the 'Ban Email Domains' portion of the 'Secure Password Lookup' mod (http://www.jpdeni.com/...s/secure_lookup.html).

Somewhere along the way I've changed something such that now, when creating or modifying a User db entry, the FirstName field is substituted with the contents of the Userid in the db.

Please feel free to email me or post here if you have any questions.

Any help with this is most appreciated. Thanks!

Quote Reply
Re: Relational db writing First Name with Userid In reply to
Could your problem be due to this:

http://www.gossamer-threads.com/scripts/resources/Detailed/1034.html

:

This is due to your having the $auth_user_field variable set incorrectly in your .cfg file. If you have a userid field in your database, set the $auth_user_field to the number of that field. If you do not have a userid field in your database, set the $auth_user_field to -1.

Quote Reply
Re: Relational db writing First Name with Userid In reply to
Thanks very much, Philip! That was it.