After installing graylog, I didn’t save the password and user for Graylog’s website.
I tried to create a new one with the commands:
pwgen -N 1 -s 96
rKp5KiFg47CUw02k7LtIVdfHKEWnY1KD5bOdcmCD6Cm5EM77BS7LnIPi6mMCyrhr8AbxMBg0JlgTbANJmGujh8z5XD9FFu7k
echo -n yourpassword | shasum -a 256
e3c652f0ba0b4801205814f8b6bc49672c4c74e25b497770bb89b22cdeb4e951 -
I copy past this to /etc/graylog/server/server.conf :
password_secret = rKp5KiFg47CUw02k7LtIVdfHKEWnY1KD5bOdcmCD6Cm5EM77BS7LnIPi6mMCyrhr8AbxMBg0JlgTbANJmGujh8z5XD9FFu7k
and
root_password_sha2 = e3c652f0ba0b4801205814f8b6bc49672c4c74e25b497770bb89b22cdeb4e951
Why am I still unable to log in?