You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then, I created password hash with following commands and put them in config
docker exec -it rustical /usr/local/bin/rustical pwhash --algorithm argon2
docker exec -it rustical /usr/local/bin/rustical pwhash --algorithm pbkdf2
Hey, thanks for the report.
I don't yet know why this happens but for me it was fixed by clearing the cookies.
I'll have to take a closer look into this later :/
The secret_key is the key to sign the session cookie since at the moment there's no server-side session store (I might implement one in the future).
Hello, I started rustical with docker-compose.yml
Then, I created password hash with following commands and put them in config
docker exec -it rustical /usr/local/bin/rustical pwhash --algorithm argon2
docker exec -it rustical /usr/local/bin/rustical pwhash --algorithm pbkdf2
password is 123456
config.toml
But I cannot login web frontend with default:123456, it always return unauthorized. And what the usage of frontend secret_key?
The text was updated successfully, but these errors were encountered: