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
Within the Users context, when a profile Stream assumes that $current_user is always editing their own profile. However, it could be that an Administrator user is updating someone else's profile on their behalf.
Therefore, the post_author for these stream posts should always be $current_user, but the summary data should still reference the user whose profile was updated.
This same principle can apply to other actions as well, such as registering other users.
The text was updated successfully, but these errors were encountered:
Within the Users context, when a profile Stream assumes that
$current_user
is always editing their own profile. However, it could be that an Administrator user is updating someone else's profile on their behalf.Therefore, the
post_author
for these stream posts should always be$current_user
, but the summary data should still reference the user whose profile was updated.This same principle can apply to other actions as well, such as registering other users.
The text was updated successfully, but these errors were encountered: