Closed (duplicate)
Project:
Services
Version:
6.x-2.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
9 Jul 2009 at 08:38 UTC
Updated:
9 Dec 2009 at 14:44 UTC
I am looking and have searched extensively, but is there more information on the status of user registration service? Something like user.register?
If I wanted to develop it, how would I go about it?
This info, was somewhat helpful, but it doesn't work on D6:
http://drupal.org/node/178051
I am using 6.x-2.x-dev at the moment, and have used 6.x-0.14 before that.
Thanks!
Comments
Comment #1
Paintbox commentedI have been searching further and apparently user.save is used for registration, problem is I dont see upfront what input it is expecting, thats what I will research next.
Comment #2
Paintbox commentedI found this piece of code for flash (AS2) :
But don't forget to also check user permissions, make sure anonymous role can create a new user.
To only thing now to make it completely work is that the user does not get any mail notifying of the creation, as if the authentication is being bypassed. Am I missing something here?
Comment #3
Paintbox commentedTo clarify, how does one make sure a proper registration mail is being sent?
For sure someone must know the answer to this?
Comment #4
marcingy commentedThe lack of email is related to this issue http://drupal.org/node/407726 in that user save is being called rather than the full drupal user registration process. Marking this as a duplicate and increasing priority of the other ticket. I roll a patch for this next weekend.
Comment #5
Paintbox commentedThanks for looking into it! Much appreciated since I didn't get very far myself.
Comment #6
drecute commentedI have been making a research on this as well. Before finding this post I already used the user.save as the method to call for the user registration service. My implementation is in Java and my code snippet is as follows:
When I ran this code, everything works fine but I got this unexpected response from the server
I don't know what it is right now, but I'm thinking it has something to do with the service method call.
I will be glad if anyone has experience in this to please help out.
Thanks