I was using Realname on my current project. Then I had to uninstall and remove it.

I confirm realname table is successfully removed after uninstalling.

However I still see $user->realname values in user objects. Even though after emptying cache tables with Devel then drush; and even after restarting Apache and MySQL servers too.

Is this normal?

Thanks,

Comments

osman’s picture

Title: Uninstalling Realname » $user->realname is not removed after uninstalling Realname
Status: Active » Closed (works as designed)

Nevermind.

Sorry to clutter actually.

I just found that, it is the Name field module's name_user_load() implementation keeps $user->realname in user objects.