SOLVED New Yealink firmware (T43U) default 'user' password

Status
Not open for further replies.

s2svoip

Member
Dec 9, 2019
259
8
18
44
I notice with newer yea link handsets it has a warning about the default password for the 'user' account - this has never been an issue before as it did not exist - the fusion template for T43U dosent set this - how are people handling this ?
 

Adrian Fretwell

Well-Known Member
Aug 13, 2017
1,415
376
83
It has always been set in the Y0000... file historically:
Code:
#######################################################################################
##                               Security                                            ##
#######################################################################################
static.phone_setting.reserve_certs_enable =
features.relog_offtime =
static.security.default_ssl_method = {$yealink_security_default_ssl_method}
static.security.cn_validation =
static.security.dev_cert =
static.security.ca_cert =
static.security.trust_certificates = {$yealink_trust_certificates}

static.security.user_password = {$var_name}:{$var_password}
static.security.user_password = {$admin_name}:{$admin_password}
static.security.user_password = {$user_name}:{$user_password}
static.security.user_name.var = {$var_name}
static.security.user_name.admin = {$admin_name}
static.security.user_name.user = {$user_name}
security.tls_cipher_list = {$yealink_security_tls_cipher_list}
 

s2svoip

Member
Dec 9, 2019
259
8
18
44
It has always been set in the Y0000... file historically:
Code:
#######################################################################################
##                               Security                                            ##
#######################################################################################
static.phone_setting.reserve_certs_enable =
features.relog_offtime =
static.security.default_ssl_method = {$yealink_security_default_ssl_method}
static.security.cn_validation =
static.security.dev_cert =
static.security.ca_cert =
static.security.trust_certificates = {$yealink_trust_certificates}

static.security.user_password = {$var_name}:{$var_password}
static.security.user_password = {$admin_name}:{$admin_password}
static.security.user_password = {$user_name}:{$user_password}
static.security.user_name.var = {$var_name}
static.security.user_name.admin = {$admin_name}
static.security.user_name.user = {$user_name}
security.tls_cipher_list = {$yealink_security_tls_cipher_list}
thanks Adrian, so its pulling the admin name and password from default settings admin_name and admin_password per the below, but I dont see a subcategory for the 'user' one to set that?
1709141744396.png
 

Adrian Fretwell

Well-Known Member
Aug 13, 2017
1,415
376
83
I think user_password has always been there but not enabled. You may need to add user_name if you want to set it:
Screenshot from 2024-02-28 17-47-45.png
 

s2svoip

Member
Dec 9, 2019
259
8
18
44
I think user_password has always been there but not enabled. You may need to add user_name if you want to set it:
View attachment 3895
Ah thanks, i gave that a try and checked out the config file and it looks like its not populating the user field, it should be user:sdfsdfsdfsdf and posibily have user in the bottom one, i will try adding a default setting for user_name to see if that helps

1709144710016.png
 
Status
Not open for further replies.