Forum LAMS for Tech-Heads - General Forum: Re: LAms customization


 
Search: 

2: Re: LAms customization
In response to 1 10/19/09 11:57 AM
[ Reply | Forward ]
Hi Marco,

> i want to remove all ldap options from lams admin options

I don't know if this is really possible. You can try removing these LDAP entries from the lams_configuration table directly on the database... like:

mysql> delete from lams_configuration where header_name like "config.header.ldap%";

That'll make all the ldap entries to go away from the configuration page. But I'm not 100% sure that this might cause some other problems. It shouldn't unless you use LDAP, but again, you might want to try this first.

> the link for users change password

Hmmmm... I think this is possible though but not easily. Here's something you can do:

Go to your jboss-directory/server/default/deploy/lams.ear/lams-central.war directory, and edit the profile.jsp file.

Comment out (or delete) the following lines of code:

                        <li class="no-list-type"><a
                                href="index.do?state=active&tab=password"><fmt:message
                                key="title.password.change.screen" /></a></li>


That should get rid of the link for users to change their passwords.

Thanks,

Ernie

Posted by Ernie Ghiglione

Reply to first post on this page
Back to LAMS for Tech-Heads - General Forum