This option specifies what page a user will be redirected to. By default, it is the site’s login page.
This setting supports the following placeholders:
{{current.url}} which substitute in the current URL.
{{member.homepage}} which substitutes the URL of the logged in user’s dashboard page. If there is no login page, the home page of the site is substituted.
{{member.logout}} which substitutes the URL of the logged in user’s logout page.
For example to redirect to the standard WordPress Login page and redirect back, you would set the default redirect to:
/wp-login.php?redirect_to={{current.url}}