Problem to get About Me information from User details after Confluence 7 update

In CONFHOME\confluence\WEB-INF\classes\velocity.properties

change the following lines:

introspector.restrict.packages = java.lang.reflect,\

to

introspector.restrict.packages = \

And

introspector.restrict.classes = java.lang.Class,
java.lang.ClassLoader,\

to

introspector.restrict.classes = \

I tested with your original macro code: Works like a charm. Thanks for the macro…

Best
JP