Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 10/umbraco-cms/reference/security/custom-password-check.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
2 changes: 1 addition & 1 deletion 12/umbraco-cms/reference/security/custom-password-check.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
2 changes: 1 addition & 1 deletion 13/umbraco-cms/reference/security/custom-password-check.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}