Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Disable Email Notification When deleting user by adminDisable Email Notification When deleting user by admin
Previous
 
Next
New Post
7/27/2010 10:30 AM
 
Hi All,

I would like to disable email notification to the user when the admin deletes an user account on the site. Is this possible? I have seen options to disable email notification when we add an user/add role to the user but i have not seen an option to do the same when removing the roles for the user or when deleting the user account.

Could anybody please let me know how this can be done by any configuration settings in the Admin/Host settings or this needs code modification? Thanks in advance.

Regards,
Raj
 
New Post
7/27/2010 3:53 PM
 
AFAIK there is no option, sorry.

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
7/28/2010 9:26 AM
 
Thank you for getting back Sebastian. Got to find an alternative now.

Regards,
Yuva
 
New Post
9/8/2010 12:45 PM
 
Did you ever find a way to do this?  I am using DNN as an Intranet for my company and it is a PITA that there is no way to control what is emailed to our users.  In our case we have way too much "junk" flowing through email that isn't necessary (such as profile update emails; so what if we updated some's title for our employee list modulem, I don't need those emails going out all day...). 
 
New Post
9/8/2010 4:56 PM
 
Yuva wrote:
I would like to disable email notification to the user when the admin deletes an user account on the site. Is this possible? 

 It's not a simple checkbox in the DNN UI, but you can tweak your site so it doesn't sent out any emails on user delete. You'll need to make a very minor modifications to the DNN application (no recompile will be necessary) 

Open up ~/DesktopModules/Admin/Security/User.ascx.vb and locate the following line (it should be around line #319)

If UserController.DeleteUser(User, True, False) Then

  and update it to this...

If UserController.DeleteUser(User, False, False) Then

After making this change, you should notice the system doesn't send notifications for deleting users. One other note, this will get overwritten on any core upgrade, so you might have to continue making this change after every upgrade until it's a configurable settings in the DNN UI. 

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Disable Email Notification When deleting user by adminDisable Email Notification When deleting user by admin


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out