Update content

This commit is contained in:
OpenTelekomCloud Proposal Bot 2023-01-12 15:54:18 +00:00
parent 2f2cb599f6
commit 7ecd96ca1d
2 changed files with 20 additions and 20 deletions

View File

@ -39,25 +39,25 @@ Request
.. table:: **Table 2** Parameter description .. table:: **Table 2** Parameter description
+-----------------+-----------------+-----------------+------------------------------------------------------------------------------+ +-----------------+-----------------+-----------------+--------------------------------------------------------------------+
| Parameter | Type | Mandatory | Description | | Parameter | Type | Mandatory | Description |
+=================+=================+=================+==============================================================================+ +=================+=================+=================+====================================================================+
| old_password | String | Yes | Old password. | | old_password | String | Yes | Old password. |
+-----------------+-----------------+-----------------+------------------------------------------------------------------------------+ +-----------------+-----------------+-----------------+--------------------------------------------------------------------+
| new_password | String | Yes | New password. | | new_password | String | Yes | New password. |
| | | | | | | | | |
| | | | Password complexity requirements: | | | | | Password complexity requirements: |
| | | | | | | | | |
| | | | - Cannot be empty. | | | | | - Cannot be empty. |
| | | | - Cannot be the username or the username spelled backwards. | | | | | - Cannot be the username or the username spelled backwards. |
| | | | - Can be 8 to 32 characters long. | | | | | - Can be 8 to 32 characters long. |
| | | | - Contain at least three of the following character types: | | | | | - Contain at least three of the following character types: |
| | | | | | | | | |
| | | | - Lowercase letters | | | | | - Lowercase letters |
| | | | - Uppercase letters | | | | | - Uppercase letters |
| | | | - Digits | | | | | - Digits |
| | | | - Special characters :literal:`(`~!@#$^&`\ ``*``\ (``)-_=+\|{}:,<.>/?``) | | | | | - Special characters (:literal:`\`~!@#$^&*()-_=+\\|{}:,<.>/?`) |
+-----------------+-----------------+-----------------+------------------------------------------------------------------------------+ +-----------------+-----------------+-----------------+--------------------------------------------------------------------+
**Example request** **Example request**

View File

@ -92,7 +92,7 @@ Request
| | | | - Lowercase letters | | | | | - Lowercase letters |
| | | | - Uppercase letters | | | | | - Uppercase letters |
| | | | - Digits | | | | | - Digits |
| | | | - Special characters :literal:`(`~!@#$^&`\ ``*``\ (``)-_=+\|{}:,<.>/?``) | | | | | - Special characters (:literal:`\`~!@#$^&*()-_=+\\|{}:,<.>/?`) |
+-------------------------+------------------+-----------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +-------------------------+------------------+-----------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| vpc_id | String | Yes | VPC ID. | | vpc_id | String | Yes | VPC ID. |
| | | | | | | | | |