> For the complete documentation index, see [llms.txt](https://help.cloudstoragesec.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.cloudstoragesec.com/trouble-shooting/password-not-received.md).

# Password not received after deployment

## AWS Cognito

1. Go to AWS Cognito and click into the `CloudStorageSecPool`.<br>

   <figure><img src="/files/fkDqFtnYIghi607eGNqr" alt=""><figcaption></figcaption></figure>
2. If you go into the `admin` user, you will see that a password reset is not available. Therefore you will need to create a new user. Once you create a new user, mark the email as verified and set your password from here.

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

3. Once the user is created, you will need to add it to two Groups, `Admins` and `Primary`.

{% hint style="warning" %}
**Sometimes you may run into an issue where the Groups are not created**

In that case you will have to go to DynamoDB and set both VisibleGroups and Groups table, as the screenshots below show:

<img src="/files/OeredMH8tn0LAYplrYnh" alt="" data-size="original"><img src="/files/ZAugQSS3EuyxPHgTNRYG" alt="" data-size="original">
{% endhint %}

<figure><img src="/files/VbcmT2QKX0Eo8m3AO318" alt=""><figcaption><p>Add user to group in Cognito</p></figcaption></figure>

3. You are now ready to log into our console and start using our solution (please note: a password change will be needed upon first login for this new user)<br>

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

If you are still experiencing issues, please [Contact Us](/contact-us.md).


---

# 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://help.cloudstoragesec.com/trouble-shooting/password-not-received.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.
