Re: Add ability to choose a different secret for PasswordResetToken

2017-03-18 Thread jann.haber via Django developers (Contributions to Django itself)
ap > with override_settings(SECRET_KEY=other_key) around your call to > PasswordResetTokenGenerator.make_token. > > On 17 March 2017 at 20:54, jann.haber via Django developers (Contributions > to Django itself) > wrote: > >> Hi everybody, >> >> I have two sites in my project. One is for i

Add ability to choose a different secret for PasswordResetToken

2017-03-17 Thread jann.haber via Django developers (Contributions to Django itself)
Hi everybody, I have two sites in my project. One is for internal use to add members of our club to our database, one is a self-service page for our members. On registration of a member using our internal site, I want to send a password reset link to the member for easy registration to our self-