PHP Classes

File: src/Cabin/Bridge/View/cargo/bridge_recover_account.twig

Recommend this page to a friend!
  Classes of Scott Arciszewski   CMS Airship   src/Cabin/Bridge/View/cargo/bridge_recover_account.twig   Download  
File: src/Cabin/Bridge/View/cargo/bridge_recover_account.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: 749 bytes
 

Contents

Class file image Download
<div class="width50 center"> <h1>{{ __("Forgot Your Password?") }}</h1> {% if form_message %}<p>{{ form_message }}</p>{% endif %} <form method="post" class="board-form pure-form pure-form-stacked">{{ form_token() }} <label for="username">{{ __("Please enter your username:") }}</label> <input id="username" type="text" name="forgot_passphrase_for" class="pure-input-1" /> <div> <button type="submit" class="pure-button pure-button-primary"> <i class="fa fa-question-circle"></i> {{ __("Recover My account") }} </button> </div> </form> <p> <a href="{{ cabin_url() }}">&laquo; {{ __("Return to the Login Form") }}</a> </p> </div>