Showing a password input type
$this->form[] = ['label'=>'Password','name'=>'password','type'=>'password'];
It will auto make a hash
once the data saved
Showing a password input type
$this->form[] = ['label'=>'Password','name'=>'password','type'=>'password'];
It will auto make a hash
once the data saved