Custom profile page

Hi,
Any examples out there of custom profile pages? Currently this defaults to password change. I wanted to add additional information about the logged in user. However, adding a simple text field containing (for example) the Name (class ApplicationUser) element results in an "object not set to instance of object" at the "user.RoleNames = await userManager.GetRolesAsync(user);" call in SecurityService.cs. A debug session shows the "user" object is populated. Can't understand why this causes an issue.
Wondering if anyone has found a way round this?
Many thanks.

Hi @Graeme_Atkinson,

Check this article for more info:

Check also if you have TemplateForm Visible property set to expression ${user != null}