Hello,i want to send the password by SMS whenever someone registers on my Wordpress site. The http api for SMS sending is something like this [COLOR=#000000][FONT=Times New Roman]http://bulk.smsspot.in/sendsms?uname=yourUsername&pwd=yourPassword&senderid=yourSenderid&to=9444xxxxxx&msg=yourMessage&route=yourRoute[/FONT][/COLOR] Code (markup): . The admin should be able to see that password of course. Can someone refer me a plugin, whereby i can edit any part of that plugin to integrate my api, OR even better, help me out with a solution. If you help generously, i will buy you a coffee or two UPDATE: I am asking for help only, but if this qualifies as a job, then i will request to move this thread to BST section.
I am not Expert in SMS Type Verification System but i have a idea for it in PHP/MYSQL Generate a random String included no. or just digits and save it in MySQL DB using Insert Send the SMS using the API (Curl) and when User recieve the Pass it has already been saved in WP DB and after that simple Login System Of course it will required Some knowledge of PHP/MySQL & WP Plugins
shubhamm suggestion is pretty much it, all you need to do is generate a key, save it some where you can check later (such as your DB) and text it to the user.
Well, I dont know any plugin that can do that (yet). I think best bet is to get a programmer to do it.
Yes,you can hire any freelancer for this.It needs to change the registration page's coding & db structure too for new fields. Best Of Luck!