Thanks both
@Fubar, I tried the access control rule with restrict read to the Profile web page... but the Profile link remained on the menu.
@GWham, I was able to remove the Profile link in the "Header" Web Template, but I'm trying to steer no-code or low-code developers away from code and it would be possible to do a lot of harm editing the "Header" Web Template.
However, studing the relevant code in the "Header" Web Template helped me work out how to change the text of the Profile link by adding a content snippet with the name = 'Profile Link Text'. Hence, I have:
- Created a 'Contact Us' page in the 'Other Pages' section
- Added a content snippet with the name = 'Profile Link Text' and a value = 'Contact Us'
- Amended the 'Profile' Site Marker in Power Pages Management to point to 'Contact Us'
The menu then looked like this:
However, there was a snag. When a new user logs on, they are directed to the Profile page until they have modified the Profile. Hence, new users were being directed to Contact Us page instead of the Home page on logon.
Hence, I have:
- Amended the content snippet with the name = 'Profile Link Text' to the value = 'Home'
- Amended the 'Profile' Site Marker in Power Pages Management to point to 'Home'
It isn't perfect, but users can't edit their Profile and the link Home takes users to the home page.
I am still unable to accept the earlier answer re Site Markers, but will try again.