Yealink Forums

Full Version: Menu - advance setting password
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi,
how to change from web interface or from *.cfg the menu password that we need to enter from phone.
Thanks.
You mean something like this?

------------------------------------------------------------------------
#Define the login username and password of the user, var and administrator.
#If you change the username of the administrator from "admin" to "admin1", your new administrator's username should be configured as:
#security.user_name.admin = admin1

#If you change the password of the administrator from "admin" to "admin1pwd", your new administrator's password should be configured as:
#security.user_password = admin1:admin1pwd.

#The following examples change the user's username to "user23" and the user's password to "user23pwd".
#security.user_name.user = user23
#security.user_password = user23:user23pwd
#The following examples change the var's username to "var55" and the var's password to "var55pwd".
#security.user_name.var = var55
#security.user_password = var55:var55pwd
------------------------------------------------------------------------
Reference URL's