How do I change a user's Security Level 2 password if the user forgot it?

With MATLAB Parallel Server, how do I change a user's Security Level 2 password if the user forgot it?

 Accepted Answer

  1. In the cluster profile, change the "Username" field to the "admin". Save the changes.
  2. In the MATLAB Command Window, enter "mjs=parcluster;".
  3. In the MATLAB Command Window, enter "changePassword(mjs, 'username')". Replace "username" with the username that you wish to change the password for.
  4. Complete the prompts as given in the GUI that appears for the password reset.
  5. In the cluster profile, change the "Username" field to the intended end user's username. Save the changes.
If necessary, changing the security level to 0, doing a clean restart of the MATLAB Job Scheduler service, switching the security level back to 2, and then restarting the MATLAB Job Scheduler service again should erase all passwords for all users (including the admin) and will prompt users to choose their password when attempting to connect to the cluster.

More Answers (0)

Categories

Find more on MATLAB Parallel Server in Help Center and File Exchange

Tags

No tags entered yet.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!