-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Small changes #5654
Small changes #5654
Conversation
sync with upstream
as php 7.2 depracted the mcrypt extension the recommendation here should only apply for 7.1. While it is still possible to compile mcrypt for php 7.2 this is not recomandated. Instead, for 7.2 magento the mcrypt_compat php extension is included which supplies the mcrypt functionality.
This page states, that TLS 1.1 is required, but for both paypal and repo.magento.com TLS 1.2 is required. For Paypal, the information is stated here https://devdocs.magento.com/guides/v2.3/install-gde/system-requirements_tls1-2.html For repo.magento.com this ssl test: https://www.ssllabs.com/ssltest/analyze.html?d=repo.magento.com&hideResults=on shows, that TLS 1.2 is required as well.
magento has s upport for nginx as well (see https://devdocs.magento.com/guides/v2.3/install-gde/prereq/nginx.html and https://devdocs.magento.com/guides/v2.3/install-gde/system-requirements-tech.html so it should be stated here.
hostname can cause an additional delay on each connect depending on your dns setup as the hostname needs to be resolved on each request. Using the IP address should be recommended because of this.
Co-Authored-By: Yaroslav Rogoza <[email protected]>
fix wikipedia url
backport to 2.2
Add the recommendation for using IP address over a hostname for database config
Update required TLS version
Added note about mcrypt and PHP < 7.2
Fix typo in discover-deploy.md
Fix link for U2F Keys
Fixed formatting
Small addition to clarify text
Small corrections to Magento 2.3.3 release notes
fixed MFTF version number
|
|
||
| 1. Create a `requirejs-config.js` file with the following content: | ||
|
|
||
| ```javascript |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this need to be indented to appear correctly?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
| | [Google Authenticator](https://support.google.com/accounts/answer/1066447?co=GENIE.Platform%3DAndroid&hl=en) | Generate and enter code from mobile app Requirements: Enable in Admin | `google`| | ||
| | [Authy](https://authy.com/) | SMS, call, token, and one touch <br/>Requirements: Enable in Admin and API keys | `authy` | | ||
| | [U2F Keys](https://docs.magento.com/m2/2.1/ee/user_guide/stores/security-two-factor-authentication-use.html) | Physical device to authenticate, like [YubiKey](https://www.yubico.com/). <br/>Requirements: Enable in Admin | `u2fkey` | | ||
| | [U2F Keys](https://docs.magento.com/m2/ee/user_guide/stores/security-two-factor-authentication-use.html?#u2f-key) | Physical device to authenticate, like [YubiKey](https://www.yubico.com/). <br/>Requirements: Enable in Admin | `u2fkey` | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would remove the ?
URL still works without it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nailed it
|
running tests |
|
running tests |
|
Hi @dobooth, thank you for your contribution! |
Purpose of this pull request