Skip to content

Commit

Permalink
docs: update staging stack
Browse files Browse the repository at this point in the history
  • Loading branch information
pyphilia committed Oct 7, 2024
1 parent 96067d1 commit e179a89
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 0 deletions.
19 changes: 19 additions & 0 deletions blog/unlisted/unlisted-staging-updates.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,41 @@ Below are the latest changes deployed on [Graasp Staging](https://builder.stage.
<!-- Everything below this will not be shown in the post overview -->
<!-- truncate -->

## Account

- Update dependencies.
- Update translations.

## Auth

- Update dependencies.
- **Forgot Password**: We've added a **Forget Password** feature for easier account access. If you forget your password, you can refer to this [documentation](/docs/user/account/forgot-password).

## Builder

- Update translations.
- Optimize thumbnails when fetching items.
- Update react-query dependency to v5.
- Decrease item selection drag scope, allowing to hover and select text again
- Show hidden setting in share tab, and disable read memberships when enabled
- Fix edit modal content and navigation updates

## Player

- Optimize thumbnails when fetching items.
- Update react-query dependency to v5.

## Library

- On page fetching, show loading collections.
- Update react-query dependency to v5.

# Backend

- Optimize thumbnails when fetching items and caching.
- Fix pseudonymized login in children
- Improvement of openapi specification
- Prevent special characters in usernames

<!-- Generic message -->

Expand Down
14 changes: 14 additions & 0 deletions docs/user/account/forgot-password.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Forgot Password

On the Graasp platform, you can set a password to sign in into Graasp. If you forget this password, you can request to reset it by the following steps:

1. Click "Forgot Password?" on the login page or go to https://auth.graasp.org/forgot-password.
2. Enter your registered email.

![request reset password](./request-reset-password.png)

3. Follow the link sent to your email to reset your password. You should see the following screen:

![reset password](./reset-password.png)

This feature is designed to simplify account recovery. For any issues, contact support.
Binary file added docs/user/account/request-reset-password.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/user/account/reset-password.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e179a89

Please sign in to comment.