Look at the access policy on theuser and check to see whether the admin has rights to edit theuser. If not, the admin will need to be added to the access policy inthat role.
Mitch
From: Krishna Valluru
Sent: Friday, April 08, 2011 6:52 AM
To: vignettecollaborationdevelopersforum@elinkkc.opentext.com
Cc: Aaron Eichenseer; Adel Barsoum; Alain ****; Alex Daniel; BillOdlum; Carl Davies; Christopher Parratt; Curtis Hyder; David Craig; DavidWilliams; Eduardo Dall'Accua; Felipe Bueno; Floyd Flowers; Gordon Polley; JeffMoore; Joseph Mares; Julio Bezerra; Kashif Alameen; Marcelo Rodrigues; MarkWilliams; Michael Wise; Mitchell Bernard; Pablo Gomez; Patrick Stimpson; SandyVasir; Sarah Peng; Tech Support-Collab (Harmony pointer); Tomas Briceno Fernandez;Travis Ebert; Uwe Hollatz
Subject: Issues in implementation of Custom JAAS module for Collab.
Hi All,
We are facing anissue with the JAAS CustomLoginModule which was implemented for a customer. Therequirement is as follows:
We have a need toset the “Failure Attempts” to a custom Attribute of the User. Andon successful login, we need to clear the “failure attempts” customattribute in the SessionLoginModule.java which is implemented onIntraspectHttpLoginModule. Give below is the method which set the failureattempts. We are getting a Security Exception in the IThunk class loadingprocess. Can somebody guide us on how to overcome this issue. Please find theJaas.conf and the Java classes attached for your reference.
For MoreInformation Given below is the use case:
When a user clickson a link that is generated from an e-mail subscription notification, it takesthem to the collab site, but redirects them to the login page (as it should).However, if the user enters her password incorrectly, the site displays a blankpage instead of giving the user feedback regarding the incorrect password. I'vetested this out and the feedback works fine when you access the login pagedirectly at https://<COLLAB>/gm/login.jsp,but whenever you enter a different URL and are redirected to the login page, ablank page always appears upon entering an incorrect password. (Everythingworks just fine if the password is entered in correctly).
Regards,
KK