- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
01-05-2012 07:09 AM
If so, what is the syntax? I see where i can use the "set password" to update the account i'm currently logged on with. Also, if a use has locked out their account can i unlock it from the CLI?
01-05-2012 07:22 AM
configure
set mgt-config users <admin-username> phash <password>
commit
09-01-2022 02:14 PM
Hi Team,
This is correct syntax
config
#set mgt-config users admin password
Enter password :------------put new pw
Confirm password :------------confirm new pw
Then do the commit
Regards
01-05-2012 07:22 AM
configure
set mgt-config users <admin-username> phash <password>
commit
08-24-2021 03:08 AM
This appears to no longer work.
# set mgt-config users testAdmin $hittyP@$$w0rd
Invalid syntax.
the mgt-config command no longer appears to exist.
08-24-2021 08:52 AM
I am running 10.1.2 and when you go into configure mode.. the command is there
08-24-2021 09:55 AM
It seems the account I was attempting it from was a Device Administrator role rather than a superuser. Once I changed it to Super user, the command is available.
08-24-2021 10:40 AM
)# set mgt-config users mmmm2
+ authentication-profile authentication-profile
+ client-certificate-only Is client certificate authentication enough?
+ password-profile password-profile
+ public-key Public RSA/DSA
> permissions permissions
> phash phash
> preferences preferences
password password
<Enter> Finish input
# set mgt-config users mmmm2 phash
<value> phash value
Regards
09-01-2022 02:14 PM
Hi Team,
This is correct syntax
config
#set mgt-config users admin password
Enter password :------------put new pw
Confirm password :------------confirm new pw
Then do the commit
Regards
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!