views:

83

answers:

0

When using CreateUserWizard and setting LoginCreatedUser property to true, I would expect that since user is already authenticated by the time CreatedUser event handler is called, that profile for authenticated user would already be available. But that doesn’t seem to be the case.

So when exactly does profile for authenticated user become available?