Skip to content

How to reset the cmsadmin password

peakpg edited this page Oct 10, 2013 · 1 revision

Start the Rails console:

rails console

Change the password:

In the console run the following:

Cms::User.change_password('cmsadmin', 'PassTemp')

Exit the console

quit
Clone this wiki locally