Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Pages - General Discussions
Answered

Where to edit the default Profile page?

(0) ShareShare
ReportReport
Posted on by 105

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:
  • Verified answer
    oliver.rodrigues Profile Picture
    9,315 Most Valuable Professional on at
    Re: Where to edit the default Profile page?

    @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();
    });

     

  • jwnz Profile Picture
    105 on at
    Re: Where to edit the default Profile page?

    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,315 Most Valuable Professional on at
    Re: Where to edit the default Profile page?

    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

     

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

Michael Gernaey – Community Spotlight

We are honored to recognize Michael Gernaey as our June 2025 Community…

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Pages

#1
Fubar Profile Picture

Fubar 69 Super User 2025 Season 1

#2
oliver.rodrigues Profile Picture

oliver.rodrigues 49 Most Valuable Professional

#3
Jon Unzueta Profile Picture

Jon Unzueta 43