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 unRegisterDisable unRegister
Previous
 
Next
New Post
2/5/2008 6:26 AM
 

Good Morning,

Is it possible to disable the option 'unRegister' in the 'manage profile' to a normal user?

Thanks in advance

 
New Post
2/5/2008 7:14 AM
 

Unfortunatly, there is no way to do it without modifying the core, I did it by hiding it from the html in the user control.

 


Bilal Al-Ghazi
 
New Post
2/5/2008 11:19 AM
 

hum..

thanks for the quick replay

i will try to do the same.

 
New Post
3/30/2008 11:21 AM
 

It would be great if we will have this in one of the next releases. As others post this allready, we do have sometimes stupid users and they press links without knowledge was happen behind. As this could be dangerous in an intranet environment (we use this as internal adress book) it would be perfect if we can hide this button to the regular user.

@Bilal Al-Ghazi: Could you let us know which of the user controls is affected?

best regards Dirk

 
New Post
3/30/2008 12:00 PM
 

As on 4.8.2 we do still not have the possibility to hide this button I share my thinking:

In general it would be great if we can disable the unregister by a setting. On my point of view it would be more usefull if we do it in an approach that comes from the Portal.UserRegistration type. If we do not allow any registration (that means that the users will be managed by the administrator by hand or by any synchronizing tool) we should not show the button at.

\admin\Users\users.ascx.vb line 267 we can just add 
...AndAlso Not (GetPortalSettings().UserRegistration = PortalRegistrationType.NoRegistration)

full line:
cmdDelete.Visible = Not (User.UserID = PortalSettings.AdministratorId) AndAlso Not (IsUser And User.IsSuperUser) AndAlso Not (GetPortalSettings().UserRegistration = PortalRegistrationType.NoRegistration)

If anybody like to disable it at all just set the visible state to false at all
                cmdDelete.Visible = False 'Not (User.UserID = PortalSettins.AdministratorId) AndAlso Not (IsUser And User.IsSuperUser)

Hope this will help someone

 

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Disable unRegisterDisable unRegister


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