Search The ForumSearch   RegisterRegister  LoginLogin

AfterLogic WebMail Pro

 AfterLogic Forum : AfterLogic WebMail Pro
Subject Topic: Integr->CreateUser Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
savic.prvoslav
Newbie
Newbie
Avatar

Joined: 15 December 2008
Location: Yugoslavia
Online Status: Offline
Posts: 31
Posted: 15 December 2008 at 3:14pm | IP Logged Quote savic.prvoslav

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 View savic.prvoslav's Profile Search for other posts by savic.prvoslav
 
Igor
AfterLogic Support
AfterLogic Support


Joined: 24 June 2008
Location: United States
Online Status: Offline
Posts: 6092
Posted: 16 December 2008 at 1:20am | IP Logged Quote Igor

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 View Igor's Profile Search for other posts by Igor
 
savic.prvoslav
Newbie
Newbie
Avatar

Joined: 15 December 2008
Location: Yugoslavia
Online Status: Offline
Posts: 31
Posted: 16 December 2008 at 7:16am | IP Logged Quote savic.prvoslav

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 View savic.prvoslav's Profile Search for other posts by savic.prvoslav
 

If you wish to post a reply to this topic you must first login
If you are not already registered you must first register

  Post ReplyPost New Topic
Printable version Printable version

Forum Jump

Powered by Web Wiz Forums version 7.9
Copyright ©2001-2004 Web Wiz Guide