Form->create('User', array('novalidate' => true));?>
Form->input('email'); ?>
' . __('Length') .': ' . h($length) . '
'; $passwordPopover .= '' . __('Complexity') .': ' . h($complexity); echo $this->Form->input('password', array( 'label' => __('Password') . ' ' )); echo $this->Form->input('confirm_password', array('type' => 'password', 'div' => array('class' => 'input password required'))); ?>
Form->input('nids_sid'); ?>
Form->input('gpgkey', array('label' => __('GnuPG key'), 'div' => 'clear', 'class' => 'input-xxlarge', 'placeholder' => __('Paste the user\'s GnuPG key here or try to retrieve it from the CIRCL key server by clicking on "Fetch GnuPG key" below.'))); ?>
Form->input('certif_public', array('label' => __('SMIME Public certificate (PEM format)'), 'div' => 'clear', 'class' => 'input-xxlarge')); echo $this->Form->input('autoalert', array('label' => __('Receive alerts when events are published'), 'type' => 'checkbox')); echo $this->Form->input('contactalert', array('label' => __('Receive alerts from "contact reporter" requests'), 'type' => 'checkbox')); ?>
 
Form->input('current_password', array('type' => 'password', 'div' => false, 'class' => 'input password required', 'label' => __('Confirm with your current password'))); } ?>
Form->button(__('Submit'), array('class' => 'btn btn-primary')); echo $this->Form->end(); ?>
element('/genericElements/SideMenu/side_menu', array('menuList' => 'globalActions', 'menuItem' => 'edit', 'user' => $user)); ?> Js->writeBuffer();