PHP Classes

File: src/Cabin/Bridge/View/my_account.twig

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

Contents

Class file image Download
{% extends base_template() %} {% set title = __("My Account") %} {% block main %} {% include cargo("my_account") ignore missing %} {% endblock %} {% block page_js %} <script nonce="{{ csp_nonce() }}"> $(document).ready(function() { $("#password").change(function() { var zx = zxcvbn($("#password").val()); passwordWarning(zx.feedback.warning, zx.score); }); }); </script> <script src="{{ csp_hash("/js/zxcvbn.js")|cachebust }}"></script> <script src="/static/Bridge/passwords.js"></script> {% endblock %}