On Sun, Dec 16, 2012 at 8:42 AM, Nikolay <[email protected]> wrote: > I have question: > How to get access to /admin panel without Devise? > And how to create admin user?
Are you using the Active Admin gem? Active Admin bundles in Devise for managing adminstrative users (which could be completely separate from whatever your application does with user registration and authorization). Do you need to know how to get into it for the first time, so you can set up users? Do you have a current installation using Active Admin with Devise that you cannot get into because you don't have credentials? If you do have credentials to the application data base, you could hack the users table, but I don't really recommend doing that. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

