You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Introduction

You can change the admin password via auto-provisioning: 

  • Secure (sha1)
  • Insecure (Plain text)

Via auto-provisioning the:

  • Minimum password length is 8 characters
  • Special characters is not needed (Password change via the web-interface, then you need to enter special characters)
Auto-provisioning

You can send the admin password in plain text and hashed. If you want to use the hashed value, you need to convert it using one of the many tools that are available to an sha1 hash value.

It must be in lower case format.

ParameterValue
WebUIAccounts.1.Password
  • Plain text: Example "Gigaset123+"
  • Secure: Example: "47a56c7ed3e4308a7071ff54ce0ad8ac30b982c0"

Example:

<param name="WebUIAccounts.1.Password" value="Gigaset123+"/>

  • No labels