Re: [Rails] Want to send password via SMS

2013-07-25 Thread Nate West
Are you building this for a "Forgot My Password" feature? You could look into using Devise and password recovery is built right in. If you still want to roll your own I'd recommend, at a minimum, you instead reset their password to a random password, email them the random password and let them res

Re: [Rails] Want to send password via SMS

2013-07-24 Thread Tamara Temple
> On Wed, Jul 24, 2013 at 10:43 AM, honey ruby > wrote: > Hi I am saving password with hashed_password and salt in table. Now I need to > send those passwords via SMS can it be possible.Kindly give me some > suggestion plz . Let me ask this: step back from your proposed solution, i.e. sending

Re: [Rails] Want to send password via SMS

2013-07-24 Thread Johnneylee Rollins
On Wed, Jul 24, 2013 at 10:43 AM, honey ruby wrote: > Hi I am saving password with hashed_password and salt in table. Now I need > to send those passwords via SMS can it be possible.Kindly give me some > suggestion plz . This line, in the English language, can be understood as "Now I need those

Re: [Rails] Want to send password via SMS

2013-07-24 Thread honey ruby
I have already mention in my first message it self seem you missed that. I have no intention to waste some one's time. On Wed, Jul 24, 2013 at 11:53 PM, honey ruby wrote: > Well it wont help the user but it a strong password in rails. you can not > retrieve that but you can update it. but you ca

Re: [Rails] Want to send password via SMS

2013-07-24 Thread honey ruby
Well it wont help the user but it a strong password in rails. you can not retrieve that but you can update it. but you can not send it that is the issue. too strong passwords On Wed, Jul 24, 2013 at 11:20 PM, Johnneylee Rollins < johnneylee.roll...@gmail.com> wrote: > How is a hashed password go

Re: [Rails] Want to send password via SMS

2013-07-24 Thread Scott Ribe
On Jul 24, 2013, at 11:49 AM, honey ruby wrote: > Hi Johnneylee Rollins, > > I am not sending plain text kindly read above > mail for what exactly I need. You said you wanted to send passwords. You did not say you wanted to send hashed_password. Yo

Re: [Rails] Want to send password via SMS

2013-07-24 Thread Johnneylee Rollins
How is a hashed password going to help a user? On Jul 24, 2013 1:49 PM, "honey ruby" wrote: > Hi Johnneylee Rollins, > > I am not sending plain text kindly read > above mail for what exactly I need. > > > > On Wed, Jul 24, 2013 at 10:18 PM, Johnneylee Rollins < > j

Re: [Rails] Want to send password via SMS

2013-07-24 Thread honey ruby
Hi Johnneylee Rollins, I am not sending plain text kindly read above mail for what exactly I need. On Wed, Jul 24, 2013 at 10:18 PM, Johnneylee Rollins < johnneylee.roll...@gmail.com> wrote: > Sending plaintext passwords is bad. Even across SMS. Generate a OTP t

Re: [Rails] Want to send password via SMS

2013-07-24 Thread Johnneylee Rollins
Sending plaintext passwords is bad. Even across SMS. Generate a OTP token if you need to send them something. ~Johnneylee On Jul 24, 2013 11:25 AM, "honey ruby" wrote: > ok > > > On Wed, Jul 24, 2013 at 8:44 PM, Dheeraj Kumar > wrote: > >> Even when you completely capitalize your question, yes.

Re: [Rails] Want to send password via SMS

2013-07-24 Thread honey ruby
ok On Wed, Jul 24, 2013 at 8:44 PM, Dheeraj Kumar wrote: > Even when you completely capitalize your question, yes. > > -- > Dheeraj Kumar > > On Wednesday 24 July 2013 at 8:35 PM, honey ruby wrote: > > THANKS DHEERAJ, IS IT IMPOSSIBLE FOR SURE > > > On Wed, Jul 24, 2013 at 8:30 PM, Dheeraj Kumar

Re: [Rails] Want to send password via SMS

2013-07-24 Thread Dheeraj Kumar
Even when you completely capitalize your question, yes. -- Dheeraj Kumar On Wednesday 24 July 2013 at 8:35 PM, honey ruby wrote: > THANKS DHEERAJ, IS IT IMPOSSIBLE FOR SURE > > > On Wed, Jul 24, 2013 at 8:30 PM, Dheeraj Kumar (mailto:a.dheeraj.ku...@gmail.com)> wrote: > > You cannot un-hash

Re: [Rails] Want to send password via SMS

2013-07-24 Thread honey ruby
THANKS DHEERAJ, IS IT IMPOSSIBLE FOR SURE On Wed, Jul 24, 2013 at 8:30 PM, Dheeraj Kumar wrote: > You cannot un-hash those passwords. So no, it is not possible. > > -- > Dheeraj Kumar > > On Wednesday 24 July 2013 at 8:13 PM, honey ruby wrote: > > Hi I am saving password with hashed_password and

Re: [Rails] Want to send password via SMS

2013-07-24 Thread Dheeraj Kumar
You cannot un-hash those passwords. So no, it is not possible. -- Dheeraj Kumar On Wednesday 24 July 2013 at 8:13 PM, honey ruby wrote: > Hi I am saving password with hashed_password and salt in table. Now I need to > send those passwords via SMS can it be possible.Kindly give me some > sugg

[Rails] Want to send password via SMS

2013-07-24 Thread honey ruby
Hi I am saving password with hashed_password and salt in table. Now I need to send those passwords via SMS can it be possible.Kindly give me some suggestion plz . Thanks in advance Cheers -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" gro