Re: New Feature: Allow password reset token to expire in under a day

2017-11-30 Thread nleblanc
+1 Would also be nice if there was a way to "clear / invalidate" current token for a given user On Wednesday, September 20, 2017 at 10:56:21 PM UTC-4, Zhiqiang Liu wrote: > > I need general consensus on how to proceed with supporting password expire > time to be under a day. Currently it is not

Re: Additional PostgreSQL-specific functions

2017-11-30 Thread Joey Wilhelm
Ping! Is there any chance of getting some additional guidance on these? I'd love to get these contributed, if they are welcome! -Joey Wilhelm On Fri, Nov 17, 2017 at 1:22 PM, Joey Wilhelm wrote: > I did come upon that ticket, but I wasn't sure this necessarily belonged > as part of it, given t

Re: Password validation Error with Latin characters

2017-11-30 Thread Ramiro Morales
Adrian, I suspect: 1) Django is doing its work: It's checking the strenght and robustness of the password. It's detecting the password the user has chosen is too similar to their user name. 2) So, the fact the text shown has latin characters has nothng to do with the issue you are seeing. 3) Th

Re: Feature request: get_first_or_404

2017-11-30 Thread Robert Roskam
I'd like a better fleshed out example from OP, as it seems trivial to implement yourself whenever you need it. It may be that I'm not understanding the suggestion. On Wednesday, November 29, 2017 at 2:20:39 AM UTC-5, Sergey Fedoseev wrote: > > IMO it shouldn't be added to Django because the same

Re: Password validation Error with Latin characters

2017-11-30 Thread Adrian Mansilla
Thanks for the reply. I assumed that the error is in django because I do not send that message, Django sends it, the error is in: django/contrib/auth/password_validation.py And it's because my configuration is in Spanish. El jueves, 30 de noviembre de 2017, 3:48:28 (UTC-4), Claude Paroz escribi