If you must reset a user account password, you can use the ResetPass utility to reset it.
|
1. |
Navigate to the [swm]/system/ folder and locate the ResetPass.asp web page. |
|
2. |
Open the RestPass.asp page in a text editor. |
|
3. |
Change the loginID and pWord variables to the desired values. For example: loginID = "mjones"
pWord = "ab56x90"
|
|
4. |
Point your browser to http://serverpath/swm/system/ResetPass.asp. |
|
5. |
When this page is accessed, the password is set to the value indicated in the file. |
|
6. |
Edit the RestPass.asp page again and remove the loginID and pWord variables. For example: loginID = ""
pWord = ""
|
This utility can be used to set the password of any login ID, but is probably used mostly to reset the owner password.
Note
By default the
loginID and
pWord are empty strings "". This prevents any unwanted use of this file. You must have access to the server to modify it.