Sanitize can not be used in PGP key.
pull/63/head
Noud de Brouwer 2013-01-24 08:19:47 +00:00
parent 48ad60eb61
commit f8b9d85c62
1 changed files with 1 additions and 1 deletions

View File

@ -284,7 +284,7 @@ class UsersController extends AppController {
$this->User->recursive = 0;
$this->User->read(null, $id);
$this->User->set('password', '');
$this->request->data = Sanitize::clean($this->User->data);
$this->request->data = $this->User->data; // TODO PGP escape
}
// TODO ACL CLEANUP combobox for orgs