This topic is locked
[SOLVED]

 Can I Change Email Password By Editting A File?

7/11/2013 11:32:42 AM
ASPRunnerPro General questions
R
rleighton author

I have an application that sends emails to various users. One of the users changed the password. I'd like to update production without rebuilding the application. Is there a file I can simply edit to put in the new password? Thanks.

Sergey Kornilov admin 7/11/2013

What sort of password your user has changed?

R
rleighton author 7/11/2013



What sort of password your user has changed?


We set up an MS Exchange email account. They changed the policy which required the password be changed and a user changed it without talking to me first.

R
rleighton author 7/11/2013



What sort of password your user has changed?


I'm using ASPRunner v6.3. It's the email password on the User Login Settings that you get to from the Security page.

Sergey Kornilov admin 7/11/2013

The easiest option is to run a search across generated files to find an old password and then to replace it with new one. My guess is that you can find it either in include/aspfunctions.asp or in include/commonfunctions.asp files.

R
rleighton author 7/11/2013



The easiest option is to run a search across generated files to find an old password and then to replace it with new one. My guess is that you can find it either in include/aspfunctions.asp or in include/commonfunctions.asp files.


Thanks, Sergio! It's in aspfunctions.asp.