leam-tech / frappe_telegram

Telegram Bot support for Frappe / ERPNext.
Other
34 stars 25 forks source link

Removing password message after successful (or unsuccessful) login attempt #3

Closed Abadulrehman closed 3 years ago

Abadulrehman commented 3 years ago

It would be better to automatically delete the message in which the user types out a password (perhaps as soon as the bot receives it and can store it) so that it doesn't just stay in their chat history as a ticking-security-time-bomb. 💣 😅 python-telegram-bot does support deleting messages.

fahimalizain commented 3 years ago

@Abadulrehman please check the latest behavior and let us know what you think

Abadulrehman commented 3 years ago

Auto-deletes/replaces the password now. :+1: Issue successfully resolved.