Yealink Forums
How to change admin and user password - Printable Version

+- Yealink Forums (http://forum.yealink.com/forum)
+-- Forum: IP Phone Series (/forumdisplay.php?fid=4)
+--- Forum: Auto Provisioning (/forumdisplay.php?fid=14)
+--- Thread: How to change admin and user password (/showthread.php?tid=3704)



How to change admin and user password - stephenh - 04-24-2015 04:19 PM

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?


RE: How to change admin and user password - Yealink_Peter - 04-25-2015 12:05 AM

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


RE: How to change admin and user password - oooinzn - 10-26-2016 10:37 AM

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