File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ It is recommended to select good a [password security policy](control-panel/sett
1717
1818## Validation URL
1919
20- ` {exp:member:validation_url fields="password_rank"}`
20+ {exp:member:validation_url fields="password_rank"}
2121
2222Return URL that is serving as the endpoint for validating member data and getting password rank. It can only accept POST requests sent via AJAX.
2323It returns a JSON string that can contain following keys:
Original file line number Diff line number Diff line change @@ -429,7 +429,7 @@ You can test against the username of the currently logged in user.
429429
430430Whether Multi-Factor Authentication is enabled for logged in user.
431431
432- ` {if !mfa_enabled}Enable multi-factor authentication for more security{/if}`
432+ {if !mfa_enabled}Enable multi-factor authentication for more security{/if}
433433
434434### ` segment_*X* `
435435
You can’t perform that action at this time.
0 commit comments