Find login info?

3 views
Skip to first unread message

acmenesco...@gmail.com

unread,
Apr 29, 2016, 11:29:15 AM4/29/16
to Monologue
Hello! So I had Monologue up and running a while back, but I completely forgot to write down the login info for the account I created. I was wondering if there was a way to look up that login info, perhaps from the rails console? Thanks!

Michael Sevestre

unread,
Apr 29, 2016, 11:35:43 AM4/29/16
to acmenesco...@gmail.com, Monologue
Unfortunately not. The password is saved encrypted so there is no way to retrieve this information.
You could however create a new user from the console

On Fri, Apr 29, 2016 at 11:29 AM <acmenesco...@gmail.com> wrote:
Hello! So I had Monologue up and running a while back, but I completely forgot to write down the login info for the account I created. I was wondering if there was a way to look up that login info, perhaps from the rails console? Thanks!

--
You received this message because you are subscribed to the Google Groups "Monologue" group.
To unsubscribe from this group and stop receiving emails from it, send an email to monologue-rb...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Jean-Philippe Boily

unread,
Apr 29, 2016, 8:00:53 PM4/29/16
to Michael Sevestre, acmenesco...@gmail.com, Monologue
Or just reset the password from the console. Just do something like:

u = User.find(1234)
u.password = "my-new-password"
u.password_confirmation = "my-new-password"
u.save!

And you can use that new password.

Jean-Philippe Boily

PS: Want to get the most out of Google Analytics? Get our free email course.

Founder @ Metrics Watchmetricswatch.com - Spend less time watching your Google Analytics metrics. You will be alerted in near real-time when there is something worth looking at!

Also consultant helping B2B SaaS to improve their conversion rates and revenues.

Reply all
Reply to author
Forward
0 new messages