PHP Classes

File: src/Cabin/Bridge/View/pages/bad_config.twig

Recommend this page to a friend!
  Classes of Scott Arciszewski   CMS Airship   src/Cabin/Bridge/View/pages/bad_config.twig   Download  
File: src/Cabin/Bridge/View/pages/bad_config.twig
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: CMS Airship
Content management system with security features
Author: By
Last change:
Date: 7 years ago
Size: 752 bytes
 

Contents

Class file image Download
{% extends base_template() %} {% block main %} <h1>{{ __("Bad Configuration") }}</h1> <p> {{ __("You need to set a recaptcha secret key and site key to use this feature.") }} {{ __("Just follow these steps to correct this behavior:") }} </p> <ol> <li> <a href="https://www.google.com/recaptcha/admin#list">{{ __("Generate a key pair for your website") }}</a> </li> <li> <a href="{{ cabin_url() }}manage/Bridge">{{ __("Manage your Bridge Settings") }}</a> </li> <li> {{ __("Add your reCAPTCHA secret key and site key to the configuration") }} </li> </ol> <p> {{ __("It's as easy as 1-2-3!") }} </p> {% endblock %}