Hi,
We just started using the SimpleSign module. We observe that there is some mismatch between the documentation and what configuration the installation generates( screens).
Just now we created a sample registration form.
How do we disable the email send feature...? We are getting error message. No destination email address was specified. Please check the general parameters in section  "Manage Form".
Also we need to register the user in a custom database other than DNN database ( which we hope, SimpleSignIn will do).
Which part of the code we need to modify..?
With Regards Ajit
Hi Ajit,
You can't disable the email send feature for now. For register users in a custom database, you must modify the MemberShipProvider or make your own MemberShipProvider to customize all controller functions for an user.
If your need is just to add the user in a custom database without use this registration for login on dnn, you can just modify the CreaterUser function  in the UserController class in SimpleSignIn code.
Best regards, Célian Aricie Team