Hi Shrinidhi,
Firstly, thank you for the prompt reply. Here is a screenshot of the "Allow Non-Admin Password Changes" setting.
Here is the entry for --setuppwd in the 2.2 reference guide
CCTK 2.2 Reference guide--setuppwd
Valid Argument
<password>
Description: Sets the setup password. An argument is required. The password cannot be reported.Initially you can set the password. If you want to remove the password, provide one blank space and the old password.
ExampleTo set the password:
C:\>cctk --setuppwd=<new-password>To change the password:
C:\>cctk --setuppwd=<old-password> --valsetuppwd=<new-
password>To remove the password:
C:\>cctk --setuppwd= --valsetuppwd=<old-password>
Does --setuppwd apply to the "Allow Non-Admin Password Changes" checkbox setting ?
Thanks