Installed sensu and unable to create username and password

I just installed sensu and unable to create username and password.I am installing with official sensu.io documentation.
I am following this step
Install Sensu - Sensu Docs
and stucked at step 3 “initialize”
export SENSU_BACKEND_CLUSTER_ADMIN_USERNAME=
export SENSU_BACKEND_CLUSTER_ADMIN_PASSWORD=
sensu-backend init

these commands are not accepting my username and password and giving error.
I have tried using sensuctl configure command too.
Kindly help.


Error screen when i try initiliaze command

Hey there,

Based on your screenshot, I’m assuming there are some special characters in your password. Try doing something like:

export SENSU_BACKEND_CLUSTER_ADMIN_USERNAME=admin
export SENSU_BACKEND_CLUSTER_ADMIN_PASSWORD='<YOURPASSWORDHERE>'

Then run your initialize command.