by Crazy Coder.
I am trying to register a user using webservice and was successful in creating the user. Now I want to use the email based self registration as auth plugin. By default 'manual' registration is used. So I changed $user1->auth = 'manual'; to $user1->auth = 'email'; but is not working. In both case after registration the user is able to login without confirmation. Please help.