#immich reset-admin-password not working

1 messages · Page 1 of 1 (latest)

sudden epoch
#

Looked at the previous thread but the work around doesnt seem to work - using official docker compose and following the docs i get:

error: unknown command 'reset-admin-password'

and trying to call it directly i get MODULE_NOT_FOUND
node immich-admin reset-admin-password

on 1.79.0

rotund tulip
#

Is it not using immich CLI ? ( I dunno at all, throwing this idea like this...)

sudden epoch
rotund tulip
#

Okay nvm

sudden epoch
#

ok i see - the text above says to use immich-admin but the screen shot(?) of the command running does not show immich-admin, just immich

rotund tulip
#

Oh it looks like an error in the docs

crude mist
#

Did you try immich-admin reset-admin-password?

sudden epoch
#

yes, the docs should be updated with the correct comands vs a note that says you need to change the examples 🙂

crude mist
#

Feel free to open a PR with new screenshots or replace them with code blocks

sudden epoch
crude mist
#

The docker containers do not show /usr/src/app # - they just show # - this is output from my current running install.

This is true, but IMHO, just looking at the documentation it is not very obvious that is what that symbol is supposed to represent. In docs, $ is more often used for that.

It is also sometimes confusing for some people to know whether that symbol needs to be copied or not. Most terminals show the current working directory, Code block > copy will select that character even though it doesn't need to be included in the command you run. So I thought it would be good to make it more obvious one way or the other.

#

I would prefer removing the leading # and just have the first line to a copy-paste-able line without extra characters.