I am working on a web application-scoped feature which creates a site collection. I would like to set the person who activated the feature as site collection owner. To do that, I would have to either:
- find out who started the featurereceiver
- find out who the current user is inside the featurereceiver
For obvious reasons, I can't rely on SPContext.Current.Web.CurrentUser.