I want to add new fields into user profile like Gender, Date of Birth, Country and the like.
In addition, I want to customize the layout of user profile page.
The problem is I have personal license that comes without source code.
So I need some documentation that explains how to extend entities and customize layout of pages.
3 Answer(s)
-
0
Hello,
Please check similar issue https://support.abp.io/QA/Questions/2989/Overriding-PersonalInfo-for-extra-properties
Thanks
-
0
Hi Anjali,
Thanks for sharing the link.
This page refers to a page Volo.Abp.Account.Pro.Public.Web\Pages\Account\Components\ProfileManagementGroup\PersonalInfo\Default.cshtml From where I can get this full page.
The approach provided seems quite complex. Just imagine that I have to do all this rocket science if I have to add a single field in Personal Info Tab. is there some documentation explaining customization of pages?
-
0
Hello,
You will get this file in source code of Account module.
you can also refer this https://community.abp.io/posts/how-to-add-custom-property-to-the-user-entity-6ggxiddr.
can you please provide this info ABP Framework version: UI Type: Database System: Tiered (for MVC) or Auth Server Separated (for Angular):
thanks,