1
I recently installed WebmailFX and it works fine if an email account is set using "admin email" in the module admin section. I'm trying to automate account creation for users of my site, using this feature:
Quote:
New Feature in RC2b: Now Cpanel accounts are automaticlly created when the following group permissions are set-
Go to "User Created Webmail Permissions"
1-Check "Allow webmail"
2- Make sure "user create name" is NOT checked.
3- Check "lock xoops".
That's it! Now when a user first opens webmailfx, it will check if that user already has an account. If not it will create one using his XOOPS name for the email and will generate a random password for it.
This results in multiple accounts in the webmail database when a user enters the module page and the following example error message:
Quote:
Only 1 email account in cpanel gets created per user, but multiple instances in the webmail database. this user went into the webmail module 6 times, and hence the 6 accounts plus all the error messages. It seems that webmail isn't sending the username or the password correctly, interprets that no email account exists, and then creates a new one. . . the new one works until the user exits it and comes back, at which point a new one is created. . Interestingly, this doesn not happen for accounts manually created through "admin email." These work fine.
I'm running:
Xoops 2.0.10
CPanel 9
PHP 4.3.10
Apache 1.3.33
Any ideas?