Skip to content

General Actions

Daniel Hazelbaker edited this page Feb 20, 2019 · 4 revisions

Clear Exception Log

The Exception Log in Rock can sometimes be rather massive. You probably don't need all the exceptions that happened on production to be available for review on your sandbox. While you could go in and clear those out yourself, this lets you do it as part of the sweeping operation.

Clear Person Tokens

Person Tokens are what lets users login without their password, via the rckipid URL parameter. You probably don't need these on your sandbox, so this allows you to clear them out.

Disable SSL for Sites and Pages

Modifies any Pages and Sites you have configured in Rock to turn off the Require SSL flag. Normally, many pages on your production server will require SSL. This is a good thing. However, your sandbox or development server may not have a valid SSL certificate available. This can be especially problematic since one of these pages is the Login page, which would make it hard to login and disable this requirement yourself.

Clone this wiki locally