Passwords on the B2G portion of the FHA COnnection time out each 21 days and must be reset. This utility
provides a simple means of resetting passwords.
History of Changes
| New Function; replaces previous password reset. |
|
The previous function, at the old URL will continue to be supported but this version will be much easier to
use and is the preferred means of resetting passwords. You do not need to provide your user id. This utility
will reset the password of the id that is logged on to run it.
This utility does not require that the password be repeated but we do suggest that you do so in your front end.
|
To run Password Reset on the pilot system post your data to:
https://hwvauwd491.hud.gov/b2b/chums/f17passxml.cfm
To run Password Reset in production post your data to:
https://entp.hud.gov/b2b/chums/f17passxml.cfm
For more information please contact sfadmin@hud.gov. Please specify that this is a "B2G" question.
XML File Layout
Key:
| Only used on input |
Element/attribute is not produced by program output unless it is being returned due to an error condition. |
| Only used on output |
Element/attribute is returned by program but is not required or interpreted when the program is called. |
| Used on input and output |
May not always have exactly the same meaning on input an output though. Please consult the reference table from the linked data items for details. |
| Deprecated |
Obsolete; all deprecated elements are supported but please use indicated element. |
| n |
Indicates a numeral, e.g., msg_n may be msg_1, msg_2, msg_3, etc. |
| Data Types |
| Integer |
Indicates a numeral |
| Alphanumeric |
Mixed Text (alphabetic, numeric and punctuation) Note: Some fields restrict some punctuation. |
| Numeric |
Formatted number, e.g. 999.99 |
| String |
Specific keywords as indicated |
| Date |
A valid date, represented as YYYYMMDD |
Linked data names in the XML layout are the FHA Direct/CHUMS data names. Clicking on these links will provide detailed information of the data items. (Links are shown as brown text to avoid obscuring underscores in data names.)
<?xml version='1.0' standalone='yes'?>
<MORTGAGEDATA MISMOVersionID='1.0.1'>
<PROCESSSTATUS>
<ProcessStatusRequestor>connection_id</ProcessStatusRequestor>
<ProcessStatusCode>mode</ProcessStatusCode>
<ProcessStatusMessage sCode="n">msg</ProcessStatusMessage>
<UserAuthorizationPassword>password</UserAuthorizationPassword>
</PROCESSSTATUS>
</MORTGAGEDATA>
| Data |
Type |
Description |
| connection_id |
String |
A specific text string that will be assigned to you when you begin to develope B2G programs. Use the same string for all transactions. |
| mode |
String |
Error or SucessUpdatesAllowed |
| msg |
Alphanumeric |
Messages describing the status of the transaction. |
| password |
String |
The new password for the ID. 6 characters, at least one digit. may not be identical to expired password. |