Reset admin password

Seafile runing on docker-compose.
Ran into a problem.
I changed the admin password in UI , then I did docker-compose restart without changing the yml file, and I couldn’t login with either passwords.
Solved it, I found this:
docker exec -it seafile /opt/seafile/seafile-server-latest/reset-admin.sh
It was in the middle of the docs :slight_smile:

1 Like