Author |
|
savic.prvoslav Newbie
Joined: 15 December 2008 Location: Yugoslavia
Online Status: Offline Posts: 31
|
Posted: 24 December 2008 at 1:18pm | IP Logged
|
|
|
webmailphp pro
integration is working super(login and register), but now I have to alow users to change pass on filestacker.com and automaticly to change pass for user that is changing password on WEBMAILPRO. because user.password in encrypted somehow i need help.
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 25 December 2008 at 2:28am | IP Logged
|
|
|
There's no need to change WebMail Pro account password explicitly. When user tries to log into WebMail Pro account either directly or via integration API using new password, POP3/IMAP password in WebMail Pro account will be automatically replaced with this new one, of course if it's recognized as a valid one on mailserver.
Please note that it's not possible to handle SMTP password this way. However, if username and password for SMTP access are not specified, POP3/IMAP credentials are used.
Regards,
Igor
|
Back to Top |
|
|
savic.prvoslav Newbie
Joined: 15 December 2008 Location: Yugoslavia
Online Status: Offline Posts: 31
|
Posted: 25 December 2008 at 1:41pm | IP Logged
|
|
|
"log into WebMail Pro account either directly or via integration API using new password "
would you please like to explain this to me a bit better. I do not think that I was able to understand you.
All I want is to do:
I have user "prle@filestacker.com"
pass "prle"
I want to change pass to "whatever" and to do that using php( like when I log user calling Integr.php functions )
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 26 December 2008 at 3:08am | IP Logged
|
|
|
When user logs into WebMail Pro account, actually he/she uses POP3/IMAP mailbox username and password, these data are stored in WebMail Pro account. But if the password for user's mailbox was changed on mail server, and user will try to log in using this new password, it will obviously be different from the one stored in WebMail Pro user account info.
WebMail Pro checks whether user can log into his/her POP3/IMAP account with the new password, and if yes, this new password will automatically be saved in WebMail Pro account.
Thus, you don't need to worry about changing password in WebMail Pro account, as it will be automatically replaced with the new one during logging in. And there shouldn't be any difference if user logs into WebMail directly or by using integration API, it should work fine in both the cases.
Regards,
Igor
|
Back to Top |
|
|