Have an issue, could use your all help with:
It’s posted here: TechNet Forums
basically, when you click My Profile we get a URL out of the dynamic javascript which is as follows:
https://dev.ourdomain.com/Person.aspx?accountname=i%3A0%23.w|WWTHCDEV\user
Unfortunately the page does not detect correctly that we are on the currently logged in user, and the edit profile button is not available. If we manually trim the account to:
https://dev.ourdomain.com/Person.aspx?accountname=WWTHCDEV\user
It works… or just person.aspx.
Thoughts?
P.S. if anyone knows how to override the javascript that is already dynamic that generates the URL, that would be an option too.