[SOLVED] Users

esieens

Joined: 2005-06-24
Posts: 65
Posted: Mon, 2005-08-01 04:49

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

 
valiant

Joined: 2003-01-04
Posts: 32509
Posted: Mon, 2005-08-01 07:42

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.

 
esieens

Joined: 2005-06-24
Posts: 65
Posted: Mon, 2005-08-01 09:06

ok thanks it worked