Author |
|
savic.prvoslav Newbie
Joined: 15 December 2008 Location: Yugoslavia
Online Status: Offline Posts: 31
|
Posted: 15 December 2008 at 3:14pm | IP Logged
|
|
|
This code is from you site, used to create user prlet. But it is not working, why i do not know. This is the error string: Wrong email/login and/or password. Authentication failed.
user prlet does not existe in the system.
<?php
include('integr.php');
$Integr = new CIntegration();
if(!$Integr->CreateUser("prlet@somesome.com", "prlet@somesome.com", "prlet"))
{
echo $Integr->GetErrorString();
}else echo('working');
?>
I just want to add, script i used from your site for logingin is working just fine.
please try to help me.
my email is savic.prvoslav@gmail.com
you may even add me into msn prlesd@gmail.com
please again
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 16 December 2008 at 1:20am | IP Logged
|
|
|
The second parameter of CreateUser method sets the desired login, and in the code you provided user "prlet@somesome.com" is created, not "prlet".
Some mailservers may require full email address as login while in other cases username is used as login. You should make sure you are using proper login. Try creating WebMail Pro account manually with the same login and check if it works as expected.
Regards,
Igor
|
Back to Top |
|
|
savic.prvoslav Newbie
Joined: 15 December 2008 Location: Yugoslavia
Online Status: Offline Posts: 31
|
Posted: 16 December 2008 at 7:16am | IP Logged
|
|
|
I have soloved the problem. nobody knows how but it works now ;).
I have diffrent problem. i will create diffrent Topic for this.
|
Back to Top |
|
|