Re: Django SECRET_KEY : Copying hashed passwords into different Django project

2015-08-05 Thread Tim Graham
By the way, the docs for SECRET_KEY have a description of what will be 
invalidated if you change it:

https://docs.djangoproject.com/en/stable/ref/settings/#secret-key

On Wednesday, August 5, 2015 at 11:16:21 AM UTC-4, Simon Charette wrote:
>
> Hi Angit,
>
> It shouldn't be an issue since Django's default password hashers are not 
> relying on settings.SECRET_KEY.
>
> Simon
>
> Le mercredi 5 août 2015 05:12:47 UTC-4, Ankit Agrawal a écrit :
>>
>>
>>
>> Hi everyone,
>>
>>
>>   I have a Django powered site(Project-1) running with some users 
>> registered on it. I am now creating a revamped version of the site in a new 
>> separate Django project(Project-2) which I would make live once finished. I 
>> would need to populate the User data along with their hashed passwords 
>> currently in database of Project-1 into database of Project-2. Would having 
>> different SECRET_KEYs for Project-1 and Project-2 be an issue to get the 
>> hashed passwords migrated and working in Project-2?
>>
>

-- 
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 django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/f611620c-ad66-482a-b999-67f17b94886f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Django SECRET_KEY : Copying hashed passwords into different Django project

2015-08-05 Thread Simon Charette
Hi Angit,

It shouldn't be an issue since Django's default password hashers are not 
relying on settings.SECRET_KEY.

Simon

Le mercredi 5 août 2015 05:12:47 UTC-4, Ankit Agrawal a écrit :
>
>
>
> Hi everyone,
>
>
>   I have a Django powered site(Project-1) running with some users 
> registered on it. I am now creating a revamped version of the site in a new 
> separate Django project(Project-2) which I would make live once finished. I 
> would need to populate the User data along with their hashed passwords 
> currently in database of Project-1 into database of Project-2. Would having 
> different SECRET_KEYs for Project-1 and Project-2 be an issue to get the 
> hashed passwords migrated and working in Project-2?
>

-- 
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 django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/858cdb0b-91f7-4dc9-847e-a8f8a0f55c81%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Django SECRET_KEY : Copying hashed passwords into different Django project

2015-08-05 Thread Ankit Agrawal
 

Hi everyone,


  I have a Django powered site(Project-1) running with some users 
registered on it. I am now creating a revamped version of the site in a new 
separate Django project(Project-2) which I would make live once finished. I 
would need to populate the User data along with their hashed passwords 
currently in database of Project-1 into database of Project-2. Would having 
different SECRET_KEYs for Project-1 and Project-2 be an issue to get the 
hashed passwords migrated and working in Project-2?

-- 
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 django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/ae4f48e9-08b8-482a-909d-f9cd965b02be%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.