Esempio n. 1
0
 public function clean_public_key()
 {
     $this->cleaned_data['public_key'] = IDF_Form_UserAccount::checkPublicKey($this->cleaned_data['public_key']);
     return $this->cleaned_data['public_key'];
 }