Developer forum

Forum » Dynamicweb 9.0 Upgrade issues » Where did UserCreated notification go?

Where did UserCreated notification go?

Imar Spaanjaars Dynamicweb Employee
Imar Spaanjaars
Reply

Hi there,

I used to have the following subscriber:

  [Subscribe(Notifications.UserValidated)]


coming from Dynamicweb.Modules.UserManagement.

Where did that go? Can't find UserCreated in the source nor in the Dynamicweb.UserManagement and Dynamicweb.Management.Users assemblies.

Any clues?

Thanks,

Imar


Replies

 
Nicolai Pedersen
Reply
This post has been marked as an answer

It has moved to Secuirty namespace - it should be this one:

http://doc.dynamicweb.com/api/html/65d74cde-ef03-f327-86e1-6d6e956e782a.htm

(You can use the search in API docs on i.e. "UserValidated" to locate the new location of stuff.)

BR Nicolai

Votes for this answer: 1
 
Imar Spaanjaars Dynamicweb Employee
Imar Spaanjaars
Reply

Great, thanks!

 

You must be logged in to post in the forum