• Please consider making the Login, Register, Lost Password and Profile pages template driven. In other words, admin pages that can be public facing.

    It is very important in order to maintain a professional appearance that a user is not redirected to a completely different and unfamiliar interface whilst performing these functions. And it is also very important that this can be done without the use of a Plugin.

    Something along the lines of the following would be good:

      login.php
      register.php
      lostpassword.php
      profile.php

    If any individual template is not present then default to the current respectively:

      /wp-login.php
      /wp-login.php?action=register
      /wp-login.php?action=lostpassword
      /wp-admin/profile.php
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Make Template Driven: Login / Register / Lost Password / Profile’ is closed to new replies.