Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 314 Bytes

form-password.md

File metadata and controls

14 lines (11 loc) · 314 Bytes

Password Form Type

Showing a password input type

Code Sample

$this->form[] = ['label'=>'Password','name'=>'password','type'=>'password'];

It will auto make a hash once the data saved

What's Next

Table Of Contents