I have a new user registration form. After creating the user, I want to provide various details like username, email, company name etc in the new user registration email to the administrator. After searching through various DNN community threads, I found out that these are configured in the GlobalResources.resx in App_GlobalResources folder. I can see two fields DisplayName, Email already being used. How can I get other fields like First Name, Last Name, City of the User Object?
<data name="EMAIL_USER_REGISTRATION_ADMINISTRATOR_BODY.Text"
xml:space="preserve">
<value>
Date: [Date:Current]
Display Name: [User:DisplayName]
Email: [User:Email]
</value>
</data>