Currently, we require users to manually hash their passwords and provide them as an environment variable.
We could probably use the PHP hash_password function to hash a password loaded from /run/secrets/selfoss_password before it's exported, which would bring this into line with other apps.
Currently, we require users to manually hash their passwords and provide them as an environment variable.
We could probably use the PHP `hash_password` function to hash a password loaded from `/run/secrets/selfoss_password` before it's exported, which would bring this into line with other apps.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Currently, we require users to manually hash their passwords and provide them as an environment variable.
We could probably use the PHP
hash_passwordfunction to hash a password loaded from/run/secrets/selfoss_passwordbefore it's exported, which would bring this into line with other apps.