Yealink Forums

Full Version: How to change admin and user password
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am using different User Access Level with default username as admin and user. But I want to change the password.

According to the manual, there is a parameter called "security.user_password". The example quoted is "security.user_password = admin:admin123". If I want to have the password for "user" is change to "user123" as well. What should be correct syntax to have 2 new password for this parameter?
Hi,

Please directly add below two lines parameters and auto-provisioning to apply this change:
security.user_password = admin:admin123
security.user_password = user:user123

Thank you.
Regards,
Peter
Quote:Please directly add below two lines parameters to change the password and auto-provisioning to apply this change:
security.user_password = admin:admin123
security.user_password = user:user123

This works fine for me. thanks
Reference URL's