Focal Point
[CLOSED] MRE Password and Maintain

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/88210419

April 23, 2009, 02:50 PM
<PatF>
[CLOSED] MRE Password and Maintain
Does anyone use a maintain application to update the MR password?

This message has been edited. Last edited by: Kerry,
April 24, 2009, 02:39 PM
GamP
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
April 27, 2009, 11:40 AM
dlogan
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