To reset the htaccess password for the /admin-toaster control panel, use the following command line to update the password :
htpasswd -b /usr/share/toaster/include/admin.htpasswd admin admin
*This will update the password for the access file “admin.htpasswd”, the user “admin” with password “admin”.