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
1 change: 1 addition & 0 deletions docs/fieldtypes/relationships.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ The following parameters are available to all looping relationship tags, allowin
- `channel`
- `entry_id`
- `group_id`
- `limit`
- `offset`
- `orderby`
- `show_expired`
Expand Down
2 changes: 1 addition & 1 deletion docs/member/password-validation.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ It is recommended to select good a [password security policy](control-panel/sett

## Validation URL

`{exp:member:validation_url fields="password_rank"}`
{exp:member:validation_url fields="password_rank"}

Return URL that is serving as the endpoint for validating member data and getting password rank. It can only accept POST requests sent via AJAX.
It returns a JSON string that can contain following keys:
Expand Down
2 changes: 1 addition & 1 deletion docs/templates/conditionals.md
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ You can test against the username of the currently logged in user.

Whether Multi-Factor Authentication is enabled for logged in user.

`{if !mfa_enabled}Enable multi-factor authentication for more security{/if}`
{if !mfa_enabled}Enable multi-factor authentication for more security{/if}

### `segment_*X*`

Expand Down