Update

Hi
I’ve installed security module and there is a table (sec_users) where there is a primary key with the login field of the user

Then, I’ve created two tables with several data of the user that I need to separate (forms, personal data, days of services, etc).
I’ve set the login field as primary key and foreing key in every one.
I need that when I create a user (in sec_users table) the login field of the other tables update the login field with that user, so I can link everyform with the user login

I hope I have explained right, thank you

In general, the security apps are generated only once. After that you can do with them what you like. So just hack the code and make it work like you need to. The only thing not to do is to recreate the security apps. But why should you?

Ok, but how?
Do I have to copy the sec_users table and add the fields I need the times I need or
how can I “hack” the code?
Thanks

Well
You can populate the the other tables
When you do the after insert event

Kev