web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Pages / Where to edit the defa...
Power Pages
Answered

Where to edit the default Profile page?

(0) ShareShare
ReportReport
Posted on by 111

After registering a new user and sign in, by default it shows the Profile page, where could I find the Profile page and edit its source code (like HTML)?

jwnz_1-1666843590597.png

 

jwnz_0-1666843508180.png

 

Categories:
I have the same question (0)
  • Verified answer
    oliver.rodrigues Profile Picture
    9,475 Most Valuable Professional on at

    Hi, if you are looking to change the form fields, you can go to your dataverse and make changes to the Profile Web Form

    these two videos might help on that change, as well as other changes to that page: Power Apps Portals Tip #96 - Profile Form - Engineered Code - YouTube

    Customize Profile Page in Power Portal | Add new fields, remove existing field, hide existing field - YouTube

     

  • jwnz Profile Picture
    111 on at

    Hi @OliverRodrigues thanks, the videos are very helpful.

    Both videos didn't mention how to edit the left nav sections, do you know where I could remove the "Profile" link and the "Manage External Authentication" link?

    Thanks

    jwnz_0-1666912704857.png

     

  • Verified answer
    oliver.rodrigues Profile Picture
    9,475 Most Valuable Professional on at

    @jwnz 

    For the "manage external auth", you can set the Site Setting Authentication/Registration/ExternalLoginEnabled to false

    This should hide that option

     

    I can't find a way to hide the profile menu there from the left menu structure.

    Basically, what that is doing is rendering any links from your Profile Web Link Set

    You can hide it by adding JS in the Profile Web Page (that JS will load on the page, so any client-side customization you want, you can do there)

    $(document).ready(function(){
     $(".profile-info").next().hide();
    });

     

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Pages

#1
Valantis Profile Picture

Valantis 49

#2
11manish Profile Picture

11manish 33

#3
Haque Profile Picture

Haque 28

Last 30 days Overall leaderboard