-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #404 from mittwald/doc/mysql-password-policies
Mention password policies for MySQL users in all appropriate places
- Loading branch information
Showing
3 changed files
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"label": "API security", | ||
"position": 10, | ||
"link": { | ||
"type": "generated-index" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Password security | ||
|
||
<!-- | ||
NOTE: This document is linked from various places with in the API reference. | ||
DO NOT change the document ID or the header IDs | ||
--> | ||
|
||
Various API calls enforce password policies. This document serves as a reference for different password policies enforced by the mStudio API. | ||
|
||
## MySQL user passwords {#mysql} | ||
|
||
Passwords for MySQL users must fulfill the following requirements: | ||
|
||
- at least 8 characters | ||
- at least one lowercase character | ||
- at least one uppercase character | ||
- at least one digit | ||
- at least one special character out of `#!~%^*_+-=?{}()<>|.,;` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters