Hello, after successful registration of the user, how to send personal information (password) to the user in emails? I personally use send_mass_mail. But I have a problem that the password is not in text, but it's in the "encrypted" form. I do not know how to send user's data but now they need it, and I have not found documentation on how easily I can get the password to display the text format.
I use this shape: message = 'Hi, registration date:' + 'Your name:' + user.username + 'Your password:' + user.password .... email.send () Thanks for any advice! -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/3bc6d503-20ef-4002-b291-753d83786dfd%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

