You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@j9peters
A user with private profile visibility cannot view their own name in project listings when they are logged in. "Anonymous" is shown instead.
In the following code from DisplayAuthor.java, the anonymous() function is always called regardless of whether the requestingUser is the sourceUser or not.
… in project listings when they are logged in.
resolves issue jasonaowen#97 Authors shown as "Anonymous" on the project list page when full author name should be visible
Co-authored-by: j9peters <[email protected]>
… in project listings when they are logged in.
resolves issue jasonaowen#97 Authors shown as "Anonymous" on the project list page when full author name should be visible
Co-authored-by: j9peters <[email protected]>
… in project listings when they are logged in.
resolves issue jasonaowen#97 Authors shown as "Anonymous" on the project list page when full author name should be visible
Co-authored-by: j9peters <[email protected]>
@j9peters
A user with private profile visibility cannot view their own name in project listings when they are logged in. "Anonymous" is shown instead.
In the following code from DisplayAuthor.java, the anonymous() function is always called regardless of whether the requestingUser is the sourceUser or not.
The text was updated successfully, but these errors were encountered: