Security of Users table

Thanks @p.colbert. I was hoping that wasn’t the case. I’ll have to rethink some of my tables now.

In the past I’ve used the user row id from user_row.get_id() as the unique key in other tables. Maybe I’ll make a sort of data_hub table that uses the row id for lookup and then has columns of my linked data in other tables.

linked_data = app_tables.data_hub.get(uuid=user_row.get_id())