Re: Password see

2020-10-11 Thread Dvs Khamele
Hi do you hire contract based python/django freelancer? We can help you in this and related tasks at fair prices. Reply or send email to divy...@pythonmate.com Best Regards, Divyesh Khamele, Pythonmate On Thu, 8 Oct 2020, 5:12 pm kkwaq...@gmail.com, wrote: > *How to se password admin *, > *Djan

Re: Password see

2020-10-08 Thread Andréas Kühne
I hope you realize the security implecations of what you are asking? You should never store a password in a way that you can retrieve it - and django doesn't do that. It hashes the password with a salt and then stores the hash. The hash is then stored in the database. The hash should be one way - a

Re: Password see

2020-10-08 Thread Mohammad Ahshan Danish
you can create new superuser. I think there is way to reset superuer password. you can't retrieve old passwords. it gets stored in using Hash algo and not possible to decode. On Thu, Oct 8, 2020 at 5:11 PM kkwaq...@gmail.com wrote: > *How to se password admin *, > *Django in store password en

Password see

2020-10-08 Thread kkwaq...@gmail.com
*How to se password admin *, *Django in store password encrypted format* , *How to retrieve password and decrypted password* . -- 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,