createdByUserNum when accounts in a different table

By ht1080z - September 2, 2014 - edited: September 3, 2014

Hi,

I use a different table ('members') for the members of my page while the base cms users is in the 'accounts' table.

When i insert a new user to the 'members' table from my front pages the createdByUserNum and updatedByUserNum from which table are selected? i have users with the same nums but with different permissions in this 2 tables as well.

I' am sure that users created from the cmsAdmin (logged in with user from account table) createdByUserNum and updatedByUserNum is from the account table.

Zero value for these fields are sustainable?

PS: In the membership plugin code generator (signup), the default variable for these are $CURRENT_USER['num'], that i think is wrong because there is no $CURRENT_USER before login.

Please advise,
Karls