This article describes how to set the admin password to empty.
Step1: Set admin password by default:
# config system admin
edit "admin"
set accprofile "super_admin"
set vdom "root"
set password ENC SH2CBKZWErh1aIVtjkiFqgUE7jz89aIEAIEq**bleep**DDoswa8dsBN03ce/J2RQ6BA=
next
end
Step 2: Use the bellow CLI to set the admin password to empty:
FG1500D_14 # config system admin
FG1500D_14 (admin) # edit admin
FG1500D_14 (admin) # unset password admin
FG1500D_14 (admin) # end
Step 3: Result:
FG1500D_14 # show system admin admin
config system admin
edit "admin"
set accprofile "super_admin"
set vdom "root"
next
end