Variables

{{ auth_register_url }}

{{ auth_register_url }} prints the registration URL.

Example#

phpresources/views/auth/login.php
{{ if registration_open }}  <a href="{{ auth_register_url }}">Register</a>{{ /if }}

Use it with {{ registration_open }} when registration should only be shown if WordPress allows it.