Gossamer Forum
Home : Products : DBMan : Customization :

"admin" gets printed no matter what else is entered

Quote Reply
"admin" gets printed no matter what else is entered
Didn't see anything like this in the forum so here it is:

I have a database with 22 fields to fill. Only problem is for field #10 where it asks how many axels no matter what you put it always replaces the user input with "admin".

I went over all the scripts and config files several times and I am not seeing anything wrong.

Anyone have and fix this problem or have an idea where I should check in the scripts for the cause?
Quote Reply
Re: "admin" gets printed no matter what else is entered In reply to
I will now use my crystal ball and tell you that you have the auth_modify_own turned on and your auth_user_field set to field #10. I spent hours trying to figure this one out as well. Just set auth_user_field to -1 to not use it or make sure it is set to the userid field.

Mike
Quote Reply
Re: "admin" gets printed no matter what else is entered In reply to
Hmm, I have looked over the script how many times and I always looked over that 1 little setting. Thanks a lot, that solved all my woes.