目錄

重設密碼

重設主要使用者帳號及密碼

如果主要使用者或密碼需要更換,您可以使用提供的命令列工具來實現此目的

在 Windows 中重設主要使用者帳號及密碼

  • 在開始選單中執行 Acunetix Administrative Password 工具
    Launch the Acunetix Administrative Password tool
  • 作為替代方案,您可以執行以下程式:

C:\Program Files (x86)\Acunetix\core\ChangePassword.exe

  • 輸入新的電子郵件地址、新密碼以及確認新密碼,然後點擊 OK 按鈕
    Enter the new email address

在 Linux 中重設主要使用者帳號及密碼

  • 在終端機中執行以下指令

sudo /home/acunetix/.acunetix/change_credentials.sh

  • 輸入新的電子郵件地址、新密碼以及確認新密碼

olduser@ubuntu:~$ sudo /home/acunetix/.acunetix/change_credentials.sh
Master user found: olduser@example.com
Email (leave empty for using olduser@example.com): newuser@example.com
Using master user newuser@example.com
Password:
Password again:
olduser@ubuntu:~$

在 MacOS 中重設主要使用者帳號及密碼

  • 在終端機中執行以下指令

sudo /Applications/Acunetix.app/Contents/MacOS/ChangeMasterPassword

  • 輸入新的電子郵件地址、新密碼以及確認新密碼

olduser@AX-Mac ~ % sudo /Applications/Acunetix.app/Contents/MacOS/ChangeMasterPassword
Password:
Configure the master user
    Email: newuser@example.com
    Password:
    Password again:
Updating
   - Update credentials
   - Set password expiry
   - Invalidate active sessions
Update ready
olduser@AX-Mac ~ %