deltachat / mailadm

mail account administration tool for temporary and other account creation/modification
https://mailadm.readthedocs.io/
Mozilla Public License 2.0
14 stars 1 forks source link

actually output the generated password #52

Closed missytake closed 2 years ago

missytake commented 2 years ago

this showed up after #48 - in commands.py::add_user(), we accidentally set the cleartext password twice in the user_info object, this created some confusion in outputting the correct password to the account creator.