Hello altogether,
first of all, i am rather new to Drupal, but have to say that I am amazed about all the possibilities it brings and how easy it is to set up and maintain.

About my problem: We have a mailing list, which I would like to implement into a forum-page. I condfigured mailhandler and listhandler, so that everything works fine so far and all the mails sent to the list go to the right forum.

The only thing is: whenever somebody writes a message to the list, it gets published to the forum and listhandler creates a new account for the author. so far so good. but if this person wants to sign up on my page to view the other forums apart from the mailing list, he cannot sign-in with his email-adress, because this one is already used for the listhandler-account.

is there a possibility to soemhow get rid of this problem? i was searching the forums but did not find anything apart from some other topics with the same issue, but no solution so far.

i could think of some solution like when listhandler creates the accounts, to store some variable in the database, that this is a listhandler-created account. when a user trys to sign up with an email-adress that matches with a listhandler-account in the database, it should not show the "email already in use"-error, but just send him the activation link/new password and update the database entry with the new information provided. would something like this be possible?

i tried to do realize it myself, but my php-skills are too poor and i could not figure out how to manage it. somebody who would like to help?
thanks so far,
paul

Comments

cor3huis’s picture

Title: listhandler and user accounts » User accounts already created automatically to get login retreival message possibility
Category: task » feature

Maybe it is already possible with current listhandler by using actions or by use of some other module or way. The situation described as a realistic one and therefore the feature addition must be considered.

It may be solved by either finding a way using current listhandler and document this. Or maybe it needs additional codechanges. Whatever the case, I would be great if additional import could be added to this issue.

cor3huis’s picture

Version: 6.x-1.x-dev » 6.x-1.0
cor3huis’s picture

Title: User accounts already created automatically to get login retreival message possibility » User accounts already created automatically to get "login retrieval message" possibility
cor3huis’s picture

This issue is possibly related to #316319: Sending "new user" a welcome email

avpaderno’s picture

Version: 6.x-1.0 » 6.x-1.1
Status: Active » Closed (outdated)

I am closing this issue, as it has been created for a release that is now not supported.