Accessing the login page

Once your users have accounts, they’ll need to know where to log in. Every site has a login page, usually located in the Utility branch and accessible by adding /login to your site’s URL. This article will show you how a login page works and some ideas for how to create one if you don't already have one. 

Login page FAQs 

What is a login page?
A login page is a Composer page that includes, at minimum, an Account element, which you can customize according to your needs.
  • Any site visitor who encounters an access-controlled page on your site will be redirected to the login page.
  • Since the system doesn’t know who you are before you’ve logged in, this is a universal page across all roles.

You may want to also add specific instructions for logging in or resetting passwords, for example: 

instructions for how to log in.png
Do I already have a login page? If not, how do I make one?
Most sites are built with a login page, usually located in the Utility branch and accessible by adding /login to your site's URL. Check out the article, "Create a role-protected portal", specifically Step 3, to learn how the Login page works before you create it.
How do our portal users access their login page?

Site users can login to the website by adding /login to the end of your site's URL:

www.yoursite.com --> www.yoursite.com/login

This will display the username and password fields that you can use to access the website.
How do our site admins access their login page?

Site Admins can access the admin login by adding /admin to the end of your site's URL: 

www.yoursite.com/admin

This will display the username and password fields that you can use to access the website.

Was this article helpful?
2 out of 8 found this helpful

Comments

0 comments

Please Sign in to leave a comment if you don't see the comment box below.