Send email - user data for complete registration

2017-11-30 Thread Richard Maceček
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

Re: Send email - user data for complete registration

2017-12-01 Thread Richard Maceček
> forgotten, then just send them a Reset link. > > A system admin should never have access to the passwords of any of the > system's users... in fact, that's the (US) law (Sarbanes-Oxley) in many > types of applications, e.g. financial transaction site of any publicly &

Django server and client communications

2018-03-04 Thread Richard Maceček
Hello, I need help with client and server communications. Web Application - Djang Server Side. The client is written in python, it's actually a KODI add-on. They need to deal with: 1. client authorization, 2. communications, 3. data transfer. I need to send the data I receive from the client

Re: Django server and client communications

2018-03-05 Thread Richard Maceček
DRF, It can autogenerate the schema which can be useful. > > It seems they also have a client to consume that, worth taking a look > > On 4 Mar 2018 21:58, "Richard Maceček" > > wrote: > >> Hello, I need help with client and server communications. Web Application