0

I'd like to inject some code after user registration. I've find code in Admin/Security/ManagerUsers cmdRegister_Click method.

But to successively run my code I need to compile this module. How could I do this, since there's no .csproj for this module ?

Thanks for replay, I really need this to work properly and run out of ideas how to solve this.. I'm using the latest community version of dnn.

ThinkingStiff
  • 64,767
  • 30
  • 146
  • 239
user1529839
  • 1
  • 1
  • 5

1 Answers1

0

you need to use the dnn source package if you want to change the core, but... It might not be the best idea to change the dnn core, if you ever want to upgrade you need to re-do the changes. Depending on your needs you could buy a third party module (i.e. dynamic registration from datasprings). This module is able to run any kind of sql script or do redirection to a page and the like.

Peter
  • 171
  • 2