Hello All,
I'm trying to find out where the info regarding the user creation date comes from?
I thought it was in the creationstamp in the g2_entity table but when I change this value in the DB for one user its creation date is not updated when displayed in the members list.
Thanks
Posts: 32509
when you change something in the db, you need to go to site admin -> maintenance -> flush / delete database cache.
the reason:
g2 caches a lot of db data on disk and when you change something in the db manually, g2 doesn't know about it.
Posts: 65
ok thanks it worked