Skip to content
Sebastian Fiedlschuster edited this page Oct 4, 2016 · 1 revision

In demo mode, sensitive data is obscured via css. This is useful for live demos, screen sessions, screenshots and demo videos.

How to enable demo mode

Just add ?demo_mode=true to any url.

Demo mode stays enabled until deactivated by ?demo_mode=false.

How to obscure additional stuff.

Either, add a css definition to app/assets/stylesheets/your_platform/demo_mode.css.sass,

or add the .obscure-in-demo css class to the object to obscure in the view.

See also

Clone this wiki locally