Update content

This commit is contained in:
OpenTelekomCloud Proposal Bot 2023-01-12 15:33:55 +00:00
parent 3bfe43b812
commit 2f2cb599f6
2 changed files with 20 additions and 20 deletions

View File

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

View File

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