# Login Page

## Setup Login Page

### 1) Configuration

Go to Events >> Manage Accounts >> General Settings

**Login Page**: Display the login form

**Login Success Page**: Redirect to this page after a successful login.

![Login Settings](/files/aANfhdOuJTf06WwVHHog)

### 2) Display at frontend

#### a) Add Login Link in header

Edit a header and use "Menu Account" Element to create a Login/Register Button in header

* **"Custom Login Link" setting**: You can enter a new custom link here or leave it empty. If left empty, the system will use the page set in the “[Login Page](#id-1-configuration)” setting.

<figure><img src="/files/GPVfFRzKOQbOtwFguXDT" alt=""><figcaption></figcaption></figure>

* Display at frontend

<figure><img src="/files/lidVv4VSlssLys5BGVXC" alt=""><figcaption></figcaption></figure>

#### b) Display Recaptcha in Login Form

Go to Events >> Manage Accounts >> reCAPTCHA Settings >> "Enable the "Login Form" option

<figure><img src="/files/Af3Qpy9fRc7Ubimf7gum" alt=""><figcaption></figcaption></figure>

#### c) Display Login with socials in Login Form

You have to install and activate "[**Nextend Social Login**](https://wordpress.org/plugins/nextend-facebook-connect/)**" plugin**

## **3)** Choose Page to display Dashboard of User, Vendor

After logging in or registering form successfully, the system will redirect to Dashboard of user/vendor.&#x20;

You have to choose the page in **Events >> Manage Account >> General >> Login Successfully Page: Select "Member Account"**

This content of page has shortcode: **\[el\_member\_account/]**

<figure><img src="/files/T1clqmEjCwMbmagGceuv" alt=""><figcaption></figcaption></figure>

## **4) Custoize Login Form Template**

If you want to customize template of form in login plugin.&#x20;

Copy file in folder **plugins/ova-login/templates/** to the child theme **meup-child/ovalg-templates/** **folder**

Note: You have to make **ovalg-templates** folder in the child theme


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ovatheme.gitbook.io/meup/main-features/login-register-user-form/login-page.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
