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

HomeHomeDNN Open Source...DNN Open Source...Provider and Extension ForumsProvider and Extension ForumsAuthenticationAuthenticationHow Do I Disable "Manage Profile" (disable ability to edit User info)?How Do I Disable "Manage Profile" (disable ability to edit User info)?
Previous
 
Next
New Post
4/22/2008 6:11 PM
 

Hmmm that worked for me. Did you try doing a CTRL-F5 to force the page to refresh from the server instead of pulling from your internet cache?

 
New Post
4/22/2008 6:28 PM
 

No, I didn't try that (until now), but I did clear all my internet files, closed, and reopened IE. 

I think it didn't work because I'm not using the standard skin.  I have a custom one on that I downloaded off the net.  I just realized that it probably has a setting that I need to change within one of its files.

 
New Post
4/22/2008 11:01 PM
 

Your skin shouldn't matter. This is internal code that's unrelated to the skin that we're talking about here. I just did it again with the code you posted on my personal site (http://dnn.gmss.org) without any problems.

 
New Post
5/14/2009 3:25 PM
 

I recently ran into the same issue and came across this thread. I came up with an alternate solution that might be helpful to others since it only involves making a change to your skin, rather than making a change to the \admin\ users\manageuser.ascx file.  Making a skin change is in my view less "risky" as you don't have to worry about a DNN update overwriting the change and you can control the change on a page by page and portal by portal basis, instead of forcing the change globally.

Simply go into your skin (eg "\website\portals\_default\skins\DNN-Blue\Horizontal Menu - Fixed Width.ascx") and replace

<dnn:USER runat="server" id="dnnUSER" />

with this

<b class="SkinObject"><%= UserController.GetCurrentUserInfo().Username %></b>   

This will replace the dnnUser control that links to the Manage User page with a simple string containing the username, using the same css style as the original dnnUser control.

Eric

 
New Post
10/25/2010 8:32 PM
 
What if I only want them to be able to change password and user credentials and disable the rest like profile or services?  I'm using DNN 5.5.1.  I've had to change both the ManageUser.ascx and .vb files to do this for now but I'd rather not touch core code if I don't have to b/c  future upgrades may override these and I'll have to remember the customizations.  Thanks.
 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Provider and Extension ForumsProvider and Extension ForumsAuthenticationAuthenticationHow Do I Disable "Manage Profile" (disable ability to edit User info)?How Do I Disable "Manage Profile" (disable ability to edit User info)?


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