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

HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...Denied users delete itselfDenied users delete itself
Previous
 
Next
New Post
9/9/2009 11:23 AM
 

Hi,

When any users of the portal enter in his own profile, there is an option that allow them to delete or unsuscribe to the portal, how can i denied this option for all users? i dont want that any users can delete it from the portal, i want to assigned this task to the portal admin?

There is any way to denied this option?

thanks!!!

 
New Post
9/9/2009 12:42 PM
 

AFAIK there is no option in default profile page, maybe one of the 3rd party modules (e.g. from datasprings or ucanuse) have this feature.


Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
9/9/2009 2:55 PM
 

Hi Sebastian,

I've been thinking in go to the source and comment the event of the unsuscribe button, but i don't know if this its a good idea.

 
New Post
9/10/2009 8:33 AM
 

Fransisco,

you can safely hide the button, but it is a bit hidden. In the file /desktopmodules/admin/security/user.ascx.vb change the following:

            If AddUser Then
                cmdDelete.Visible = False
            Else
                cmdDelete.Visible = Not (User.UserID = PortalSettings.AdministratorId) AndAlso Not (IsUser And User.IsSuperUser)
            End If
 

in:

                 cmdDelete.Visible = False
 

In DNN 5.1.1. this code can be found around line 231, in dnn 4.9.x, the file can be found in admin/users/, and the code is located around line 465

NB: remember to redo your change if you ever upgrade the site!


Erik van Ballegoij, Former DNN Corp. Employee and DNN Expert

DNN Blog | Twitter: @erikvb | LinkedIn: Erik van Ballegoij on LinkedIn

 
Previous
 
Next
HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...Denied users delete itselfDenied users delete itself


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