".extra-menu { background-color: #f3f3f3; padding: 20px; } .extra-menu .extra-menu-h { height: 36px; } .extra-menu .extra-menu-h h3 { display:inline-block; } .extra-menu ul a{ text-decoration: none; } .extra-menu .menu-child { text-indent: 4em; } .extra-menu .menu-child:before { left: 4em; } .extra-menu .extra-menu-h h3 { line-height: 36px; } .collapse-toggle { float: right; cursor: pointer; user-select: none; display: inline-flex; align-items: center; font-size: 14px; } .collapse-toggle img { width: 30%; transform: rotate(180deg); } .collapse-content { margin-bottom: 0px !important; margin-top: 20px !important; overflow: hidden; max-height: 0; transition: max-height 0.3s ease-out; } .collapse-content.expanded { max-height: 1000px; /\* 设置一个足够大的值,确保内容可以完全展开 \*/ } .ph-id { position: relative; top: -90px; } jQuery(document).ready(function( $ ) { $('.collapse-toggle').on('click',function(){ var content = document.querySelector('.collapse-content'); content.classList.toggle('expanded'); if (content.classList.contains('expanded')) { $(this).find('div').text('收起'); $(this).find('img').css('transform','rotate(180deg)'); } else { $(this).find('div').text('展开'); $(this).find('img').css('transform','rotate(0deg)'); } }) })
Hostwinds是一家专门提供欧洲和[美国VPS](/#)云服务器、虚拟主机、专用服务器等产品服务的主机商,在国内外具有很高知名度。Hostwinds主机性价比高,有简洁直观的后台管理界面,操作简单,本文主要介绍下如何更改Hostwinds托管账户密码。
![](https://www.idcspy.com/wp-content/uploads/2022/11/host1.jpg)
**1、更改[Hostwinds](/#)账户密码**
首先登录到Hostwinds账户,如果您要从客户端区仪表板更改现有帐户密码,请单击”您的帐户名称”下拉链接,然后从名为”更改密码”链接中的顶部选择第四个选项。然后,Hostwinds将指向更改密码页面。
在更改密码页面,您必须输入您现有的密码以更改为新的密码。Hostwinds要求您输入两次选择的新密码。请务必使用大写和小写字符以及至少一个符号(#$%^ \*等),以确保它通过Hostwinds账户安全性测试。
**2、更改Hostwinds托管帐户密码**
如果您愿意更改Web托管帐户密码,可以从Hostwinds客户区主页执行此操作。在我的产品和服务表上,选择您想要更改访问密码的服务,然后单击绿色管理按钮。
在输入服务的特定页面时,单击仪表板右侧的”操作”按钮。输入两次选择的新密码,并务必使用大写和小写字符。此外,请确保至少包含一个符号(#$%^ \*等)。完成后,请务必单击绿色保存更改按钮,以制定托管计划密码的更改。"
松果号 作者:松果号原创文章,如若转载,请注明出处:https://www.6480i.com/archives/103302.html