> For the complete documentation index, see [llms.txt](https://docs.digit.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.digit.org/works/reference-implementations/muktasoft-v2.2/specifications/functional-requirements/user-stories/data-protection-and-privacy/display-privacy-notice-in-login.md).

# Display Privacy Notice In Login

## Scope

Privacy policy notice to be displayed on login to user for acceptance

Data Privacy: Privacy notice in login

## **Details**

1. The user is asked to accept the privacy policy when logging in.
2. A complete privacy policy is displayed for the user to read out.
3. Without acceptance, the user is not allowed to log in.
4. Click on the below file link to find the policy document -

{% embed url="<https://docs.google.com/document/d/1kCL7bgMB_S9_ldSdf5u9TMj9iL_9fEMQzl3x68lokKs/edit?tab=t.0#heading=h.1y51bljvnxj5>" %}

## Actions

## Validations

## Configurations

## Notifications

## User Interface

{% embed url="<https://www.figma.com/design/M2P3O9WlKtxuLCjQKxLLDg/DIGIT-Works?node-id=17983-33150>" %}

## Acceptance Criteria

1. The privacy policy is displayed on login.
2. The user is forced to accept the privacy policy when logging in.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.digit.org/works/reference-implementations/muktasoft-v2.2/specifications/functional-requirements/user-stories/data-protection-and-privacy/display-privacy-notice-in-login.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
