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)?
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();
});
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
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
Fubar
69
Super User 2025 Season 1
oliver.rodrigues
49
Most Valuable Professional
Jon Unzueta
43