Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
We don't have a sample on how to add extra data to the Users table, but your best bet would be to just create your own table and link it back to the users. Then, when the user changes, you can use the ID (pk) of the current user and go retrieve all of the custom user data that you need.
|