On Tue, Feb 15, 2011 at 20:39, Savage, Karen R. <[email protected]> wrote: > I need to edit the profile page to remove the change password section, as > we're using LDAP authentication, but I can't find the profile section in any > of the xsl files. I'm trying to find it by searching for the > "xmlui.EPerson.EditProfile.confirm_password" key which is called from > messages.xml, but even doing a sitewide search starting at webapps/xmlui I > can only find that key in the messages.xml file. Where is it located?
I'm afraid it wouldn't be as easy as editing some XML because the profile page is created by an aspect, see [dspace-src]/dspace-xmlui/dspace-xmlui-api/src/main/java/org/dspace/app/xmlui/aspect/eperson/EditProfile.java That's also why searching for that string didn't help you. Regards, ~~helix84 ------------------------------------------------------------------------------ The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory and threading errors before they happen. Find and fix more than 250 security defects in the development cycle. Locate bottlenecks in serial and parallel code that limit performance. http://p.sf.net/sfu/intel-dev2devfeb _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

