mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
* docs: Split features into new administration category * docs: Add redirects for moved pages
32 lines
1.3 KiB
Markdown
32 lines
1.3 KiB
Markdown
# Password Login
|
|
|
|
An overview of password login and related settings for Immich.
|
|
|
|
## Enable/Disable
|
|
|
|
Immich supports password login, which is enabled by default. The preferred way to disable it is via the [Administration Page](#administration-page), although it can also be changed via a [Server Command](#server-command) as well.
|
|
|
|
### Administration Page
|
|
|
|
To toggle the password login setting via the web, navigate to the "Administration", expand "Password Authentication", toggle the "Enabled" switch, and press "Save".
|
|
|
|

|
|
|
|
### Server Command
|
|
|
|
There are two [Server Commands](/docs/administration/server-commands.md) for password login:
|
|
|
|
1. `enable-password-login`
|
|
2. `disable-password-login`
|
|
|
|
See [Server Commands](/docs/administration/server-commands.md) for more details about how to run them.
|
|
|
|
## Password Reset
|
|
|
|
### Admin
|
|
|
|
To reset the administrator password, use the `reset-admin-password` [Server Command](/docs/administration/server-commands.md).
|
|
|
|
### User
|
|
|
|
Immich does not currently support self-service password reset. However, the administration can reset passwords for other users. See [User Management: Password Reset](/docs/administration/user-management.mdx#password-reset) for more information about how to do this.
|