Yealink Forums
How can I set the admin password for T46S during provisioning? - Printable Version

+- Yealink Forums (http://forum.yealink.com/forum)
+-- Forum: IP Phone Series (/forumdisplay.php?fid=4)
+--- Forum: T4x Series (/forumdisplay.php?fid=31)
+--- Thread: How can I set the admin password for T46S during provisioning? (/showthread.php?tid=42480)



How can I set the admin password for T46S during provisioning? - proofy - 02-14-2019 08:04 AM

Hello,
in order for the warning message to disappear, the admin password must be reset.
In order not to have to set the password manually for every T46S phone, I would like to do this during provisioning. But I can't find the right configuration term, e.g. in the CfgGeneratorTool 2.0.0.16.
So how can I set the admin password for provisioning?
I am using the T46S(T48S,T42S,T41S)-66.84.0.15.rom


RE: How can I set the admin password for T46S during provisioning? - complex1 - 02-14-2019 10:59 AM

(02-14-2019 08:04 AM)proofy Wrote:  Hello,
in order for the warning message to disappear, the admin password must be reset.
In order not to have to set the password manually for every T46S phone, I would like to do this during provisioning. But I can't find the right configuration term, e.g. in the CfgGeneratorTool 2.0.0.16.
So how can I set the admin password for provisioning?
I am using the T46S(T48S,T42S,T41S)-66.84.0.15.rom

Hi,

Please add next parameters to the auto provisioning file:

Code:
#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 admin's username to "admin55" and the admin's password to "admin55pwd".
security.user_name.var = admin55
security.user_password = admin55:admin55pwd

Hope this will help.


RE: How can I set the admin password for T46S during provisioning? - proofy - 02-15-2019 07:31 AM

(02-14-2019 10:59 AM)complex1 Wrote:  Hi,

Please add next parameters to the auto provisioning file:

Code:
#
security.user_name.var = admin55
security.user_password = admin55:admin55pwd

Hope this will help.

ah, thanx.
that is the hint. I can change username and password.


RE: How can I set the admin password for T46S during provisioning? - Beachnuttz - 07-08-2021 03:02 AM

(02-15-2019 07:31 AM)proofy Wrote:  
(02-14-2019 10:59 AM)complex1 Wrote:  Hi,

Please add next parameters to the auto provisioning file:

Code:
#
security.user_name.var = admin55
security.user_password = admin55:admin55pwd

Hope this will help.

ah, thanx.
that is the hint. I can change username and password.

I have attempted to upload this config file and it is not changing the user name and password for the admin or default password. Please help.


RE: How can I set the admin password for T46S during provisioning? - complex1 - 07-08-2021 03:54 AM

(07-08-2021 03:02 AM)Beachnuttz Wrote:  I have attempted to upload this config file and it is not changing the user name and password for the admin or default password. Please help.

Hi,

Try to add next parameters to the auto provisioning file:

Code:
#!version:1.0.0.1

#Set the password of the administrator, the value format is: admin:<password>;
static.security.user_name.admin = admin
static.security.user_password = admin:12345

The (new) password for admin is: 12345