mail sending in function hosting_client_register_user() was not working, this patch fixes it.
Only tested once though
| Comment | File | Size | Author |
|---|---|---|---|
| hosting_client_2.patch | 2.21 KB | hutch |
mail sending in function hosting_client_register_user() was not working, this patch fixes it.
Only tested once though
| Comment | File | Size | Author |
|---|---|---|---|
| hosting_client_2.patch | 2.21 KB | hutch |
Comments
Comment #1
hutch commentedIn the same function, line 246
needs to be
Drupal does not allow '@' in a username and folks would not be able to login
Comment #2
anarcat commentedThe patch is a bit confusing because it changes the way the parsing works, but i guess it should be tested, once #516582: hosting signup form broken on d6 is resolved.
Comment #3
hutch commentedIt's just a suggestion really, the additional function seems to be the way drupal_mail does things in D6. I'm going to have to re-install aegir on my devbox anyway, getting this now:
Fatal error: Unsupported operand types in /var/aegir/drupal-6.x-13/includes/common.inc on line 1552
oh well ;-(
I'll have a look at #516582, perhaps I can help there
Comment #4
anarcat commentedHelp on the signup form would of course be welcome.
Comment #5
Anonymous (not verified) commentedhosting_client_mail() got rolled in per #726756: Client welcome emails empty: no subject or body, fixing d5 code that hasn't worked for about a year, and the other issue seems closed so I'm closing this.