Home > FAQs > WordPress Related FAQ > How can I create custom pages for authentication?

How can I create custom pages for authentication?


By default, on plugin activation, pages are created for:

  • Sign-in on the URI /fans-united-signin (Shortcode: [fans-united-firebase-signin-with-email])
  • Registration on the URI /fans-united-register (Shortcode: [fans-united-firebase-registration])
  • Forgotten password on the URI /fans-united-forgotten-password (Shortcode: [fans-united-firebase-forgotten-password])
  • Profile on the URI /fans-united-profile (Shortcode: [fans-united-profile-content])

You can delete these pages and create your own custom ones. Once you are ready to include the Fans United functionality, just use the Shortcode WordPress function to include it in you page.

Once this is done, you will want to configure the new links. In your settings page you will notice the following options:

  • Login Page Path
  • Registration Page Path
  • Forgotten Password Page Path
  • Profile Page Path

Update these with you new URIs and then all links to these functionalities will lead to your new pages.