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...UnRegister,update button on Manage Profile UnRegister,update button on Manage Profile
Previous
 
Next
New Post
10/2/2006 8:25 AM
 

 

Hi I’m trying to use DNN 4 for an intranet using AD.  Its there a way to hide or delete the unregister button and update button on the user manage profile, I don’t want the users to be able to unregister or update their information thats something that the admin of the intranet should do.

 

Thanks,

 
New Post
10/3/2006 12:05 PM
 
I found how to do this. in case anyone needs this go to your site and then go to ..\admin\Users\ and look for User.ascx, open it. look for this line

<dnn:commandbutton id="cmdDelete" runat="server"

imageurl="~/images/delete.gif"

causesvalidation="False"  />

just add Visible= "false " it should look something like this after

<dnn:commandbutton id="cmdDelete" runat="server"

imageurl="~/images/delete.gif"

causesvalidation="False" visible="false" />

 
New Post
10/4/2006 9:43 AM
 
Did you figure out how to prevent users from updating their profiles?
 
New Post
10/5/2006 8:17 AM
 

yes its the same thing as the delete button just add --visible="false"-- in ..\admin\users\ and look for "user.ascx"  your new line of code should look like this..

<dnn:commandbutton id="cmdUpdate" runat="server"

resourcekey="cmdUpdate" imageurl="~/images/save.gif"

causesvalidation="True" visible="false" />

</asp:panel>

 
New Post
10/5/2006 2:36 PM
 
Can you prevent users from editing only one property?
 
Previous
 
Next
HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...UnRegister,update button on Manage Profile UnRegister,update button on Manage Profile


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