I called hook_user_format_name_alter() in my custom module before I enabled real name. After enabling real name, I could no longer display the logs (admin/reports/dblog) because of an out of memory error (recursion due to my hook fighting real name).

I suggest adding a note to the README that using hook_user_format_name_alter() may break Real Name.

Comments

ptmkenny created an issue. See original summary.

hass’s picture

Category: Bug report » Support request
Status: Active » Fixed

No idea why your hook fights with realname. The module with the highest module weight should win on the end of the day.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.