removed termsaccepted and newsread from user add,
so the user herself has to accept the terms.
pull/63/head
noud 2012-11-28 17:10:48 +01:00
parent d2ab860ff2
commit 8a9783400a
1 changed files with 0 additions and 2 deletions

View File

@ -11,8 +11,6 @@
echo $this->Form->input('autoalert');
echo $this->Form->input('authkey', array('value' => $authkey));
echo $this->Form->input('nids_sid');
echo $this->Form->input('termsaccepted');
echo $this->Form->input('newsread');
echo $this->Form->input('gpgkey');
?>
</fieldset>