Admin Account
This page describes how to configure the default admin account for Lenses.
# Lenses Administrator settings
lenses.security.user = "admin"
## For the password you can either use the plaintext
#lenses.security.password = "admin"
## Or you may use the SHA256 checksum (advised)
lenses.security.password = "sha256:8c6976e5b5410415bde908bd4dee15dfb167a9c873fc4bb8a81f6f2ab448a918"unset HISTFILE # Disable history for the current terminal
echo -n "password" | sha256sumDisabling the Admin Account
dd if=/dev/urandom count=1 bs=1024 | sha256sumLast updated
Was this helpful?

