If you forgot your password and can’t login to Active Admin. run:
rails console
and then type these lines:
admin = AdminUser.find_by_email("admin@domain.com") admin.password = "newPassword" admin.save
Replace with your registered email address.
If you forgot your password and can’t login to Active Admin. run:
rails console
and then type these lines:
admin = AdminUser.find_by_email("admin@domain.com") admin.password = "newPassword" admin.save
Replace with your registered email address.