Skip to main content
Fullmoon
New Member
February 14, 2013
Question

password reset

  • February 14, 2013
  • 3 replies
  • 3056 views
I forgot the password of my FGT 300C thats why I needed to reset the password via cli using the ff commands. However I got an error " User must have a profile object set operator error, -56 discard the setting Command fail. Return code -56" how to add profile for admin? Welcome ! New_FG300C~ # config system admin New_FG300C~ (admin) # edit admin new entry ' admin' added New_FG300C~ (admin) # set password password123 New_FG300C~ (admin) # end User must have a profile object set operator error, -56 discard the setting Command fail. Return code -56

    3 replies

    pcraponi
    New Member
    February 14, 2013
    you forgot to put your profile. # config system admin edit " admin" set accprofile " super_admin" set password xxxx # end The best way is create a new user with super_admin, log with then and delete your old " admin" . Because to set the admin password you will need to set the old pass. regards, Paulo Raponi
    ede_pfau
    SuperUser
    SuperUser
    February 14, 2013
    no, you don' t need to know your old password to set a new one. Happened to me once. Get the config file, write the new password in cleartext into the ' set password' line, without the ENC keyword, reload the config file. That' s it.
    pcraponi
    New Member
    February 14, 2013
    Oh yes, I said about old passowd thinking in GUI change. Not on config reload... Thats easy... But i think that the error are because they not set " accprofile" on admin.