Focal Point Banner


As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.

Join the TIBCO Community
TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.

  • From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
  • Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
  • Request access to the private WebFOCUS User Group (login required) to network with fellow members.

Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED] MRE Password and Maintain

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] MRE Password and Maintain
 Login/Join
 
<PatF>
posted
Does anyone use a maintain application to update the MR password?

This message has been edited. Last edited by: Kerry,
 
Report This Post
Virtuoso
posted Hide Post
You probably could, if you knew the encryption algorithm for paswords that webfocus uses.
Personally, I wouldn't even think of trying to do this.


GamP

- Using AS 8.2.01 on Windows 10 - IE11.
in Focus since 1988
 
Posts: 1961 | Location: Netherlands | Registered: September 25, 2007Report This Post
Platinum Member
posted Hide Post
A change password can be accomplished by mimicking the Change Password page's FORM request with a WFServlet call.

I don't know that much about maintain, but I would think this would work from wherever the call was generated, regardless if it was maintain or anywhere else.

The following is a snippet from the change password page:
<form action="/ibi_apps/WFServlet" method="post" id="form0">
    <input type="hidden" name="IBIMR_action" value="MR_CHANGE_PASS" />
    <input type="text" name="IBIMR_user" value="" />
    <input type="password" name="IBIMR_pass" value="" />
    <input type="password" name="IBIMR_str1" />
    <input type="password" name="IBIMR_str2" value="" />
</form>  


IBIMR_user = the userid
IBIMR_pass = the current password
IBIMR_str1 = The new password
IBIMR_str2 = The new password again


WF 71.x, 76.x, 7701, 8.0 Beta OS: Linux, Win2k3, Win2k, Win2k8, WinXP


 
Posts: 203 | Registered: November 19, 2007Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED] MRE Password and Maintain

Copyright © 1996-2020 Information Builders