diff --git a/10/umbraco-cms/reference/security/custom-password-check.md b/10/umbraco-cms/reference/security/custom-password-check.md index 58a253509ea..5b3145ec736 100644 --- a/10/umbraco-cms/reference/security/custom-password-check.md +++ b/10/umbraco-cms/reference/security/custom-password-check.md @@ -54,5 +54,5 @@ Here are the steps to specify your own logic for validating a username and passw ``` {% hint style="info" %} -if the username entered in the login screen does not exist in Umbraco then `MyPasswordChecker()` does not run, instead Umbraco will immediately fall back to its internal checks (default Umbraco behavior). +If the username entered in the login screen does not exist in Umbraco, then `MyPasswordChecker()` does not run. Instead, Umbraco will immediately fall back to its internal checks, which is the default Umbraco behavior. {% endhint %} diff --git a/12/umbraco-cms/reference/security/custom-password-check.md b/12/umbraco-cms/reference/security/custom-password-check.md index e11e33df3d1..886ce57cc0c 100644 --- a/12/umbraco-cms/reference/security/custom-password-check.md +++ b/12/umbraco-cms/reference/security/custom-password-check.md @@ -45,5 +45,5 @@ Here are the steps to specify your own logic for validating a username and passw ``` {% hint style="info" %} -if the username entered in the login screen does not exist in Umbraco then `MyPasswordChecker()` does not run, instead Umbraco will immediately fall back to its internal checks (default Umbraco behavior). +If the username entered in the login screen does not exist in Umbraco, then `MyPasswordChecker()` does not run. Instead, Umbraco will immediately fall back to its internal checks, which is the default Umbraco behavior. {% endhint %} diff --git a/13/umbraco-cms/reference/security/custom-password-check.md b/13/umbraco-cms/reference/security/custom-password-check.md index f8d1cb62da8..21aa0969c6c 100644 --- a/13/umbraco-cms/reference/security/custom-password-check.md +++ b/13/umbraco-cms/reference/security/custom-password-check.md @@ -47,5 +47,5 @@ Here are the steps to specify your own logic for validating a username and passw ``` {% hint style="info" %} -if the username entered in the login screen does not exist in Umbraco then `MyPasswordChecker()` does not run, instead Umbraco will immediately fall back to its internal checks (default Umbraco behavior). +If the username entered in the login screen does not exist in Umbraco, then `MyPasswordChecker()` does not run. Instead, Umbraco will immediately fall back to its internal checks, which is the default Umbraco behavior. {% endhint %}