How do I enter mask password?

(Himanshu Teotia) #1

I want to ask user password and when user enter his password it should be in masked form …how do I do that ?

1 Like
(Marc Louie Cabigas) #2

Interesting,

I’m not sure though but I think you can do it outside the bot. that would work.

(Himanshu Teotia) #3

How outside the bot ? can you explain lit bit more I didn’t get you actually

1 Like
(Marc Louie Cabigas) #4

@himanshuteotia

an HTML tag. You can do it using javascript

when the bot ask “Whats your password?”, you will try then replay “type=text” to “type=password”.

But i have a second thought maybe you can do it in bot. Or just wait on FLOWXO TEAM for better answer.

1 Like
(Karen Barker) #5

Hi Himanshu,

Unfortunately it isn’t possible to mask a password being entered into the bot. We also don’t recommend taking any security information across the bot for security reasons. If you do need to take a customer password the best way would be to use a Webview which takes the customer out of the bot to take the secure information and then passes them back once you have got passed that point. :slight_smile:

2 Likes
(Himanshu Teotia) #6

Hi, thanks for response
Is there any way to delete my last message ?

1 Like
(Karen Barker) #7

Hi,

If you click the more button on the post there should be a delete option :slight_smile:

1 Like
(Himanshu Teotia) #8

Hi @KarenBarker

This is not what I am asking I want to delete the last message what I got from user as a password and then according to its length just send the message in stars like ******** .

if user enter password “qwerty@123” what I will do , first delete this message and get the length of this text and just send it like this “**********” . This is what in my mind.

so I am just asking is there any way to delete the last message through action ?

1 Like
(Karen Barker) #9

Ah sorry. :bulb:

Unfortunately it isn’t possible to delete a message sent by a user to the bots.

1 Like
(Marc Louie Cabigas) #10

@himanshuteotia don’t delete it but update it.

(Himanshu Teotia) #11

Can I update it ? … Please let me know How do I do this ?

(Karen Barker) #12

Hi,

It wouldn’t be possible to update a message sent by a user either I’m afraid. We don’t have any control over user messages. :worried:

(Himanshu Teotia) #13

Hey, Can you please suggest me…how can I solve this problem?

(Daniel Beckett) #14

Hi @himanshuteotia

I’m sorry but this isn’t something that can be done through the bot currently.