[PR #18138] feat: user pin-code #15580

Closed
opened 2026-02-05 15:51:07 +03:00 by OVERLORD · 0 comments
Owner

Original Pull Request: https://github.com/immich-app/immich/pull/18138

State: closed
Merged: Yes


This PR adds the user's pincode mechanism, which will be used to authorize the viewing of locked photos. The PR adds endpoints for the following mechanisms

  • Check if a user has a PIN code
  • Create a new PIN code
  • Change to a new PIN code
  • Reset PIN code

More detail

  • The user can create a PIN code if no PIN code exists.
  • If the PIN code already exists, the user can change it.
  • The admin can reset the user's PIN code.
image
**Original Pull Request:** https://github.com/immich-app/immich/pull/18138 **State:** closed **Merged:** Yes --- This PR adds the user's pincode mechanism, which will be used to authorize the viewing of locked photos. The PR adds endpoints for the following mechanisms - Check if a user has a PIN code - Create a new PIN code - Change to a new PIN code - Reset PIN code More detail - The user can create a PIN code if no PIN code exists. - If the PIN code already exists, the user can change it. - The admin can reset the user's PIN code. <img width="803" alt="image" src="https://github.com/user-attachments/assets/b661bd33-86b4-47aa-a646-84f2e55f9a90" />
OVERLORD added the pull-request label 2026-02-05 15:51:07 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#15580