How add login(user enter username and password) system in rasa chatbot

how implement user login system in rasa chatbot but user enter password not show in input section(secure password)???

Hey @dharmu, this would have to be something that your front-end takes care of, as rasa doesn’t have any control over the input section. If you have a front-end that supports secure password input, you could then use a custom output layload to signify to the front end that this utterance, e.g. “Enter your password:”, should be followed with a secure password input.