Dear Team,
-- I have an application that I want to validate the password when users are creating new passwords. I do not want to use the build in one, I want the customized one. Someone to help please? Thank you TUYIZERE Eugene Msc Degree in Mathematical Science African Institute for Mathematical Sciences (AIMS Cameroon) Crystal Garden-Lime, Cameroon Bsc in Computer Science UR-Nyagatare Campus 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 [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CABxpZHsJ2%3DKQZytjrt95jqDPEV%2BC9y1Tt%2BhWmCMjytCkQHOOVA%40mail.gmail.com. |
On 07/11/2020 11.23, Eugene TUYIZERE wrote:
> I have an application that I want to validate the password when users > are creating new passwords. I do not want to use the build in one, I > want the customized one. Someone to help please? > https://sixfeetup.com/blog/custom-password-validators-in-django -- 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 [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/390f4d57-2c29-0aab-054e-483ea8ea6a00%40stacktrace.dk. |
Use allauth On Sat, 7 Nov 2020, 22:43 Kasper Laudrup, <[hidden email]> wrote: On 07/11/2020 11.23, Eugene TUYIZERE wrote: 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 [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAKMqJM7Qo6jjJxFMBWn0iUxCJqN7%3DPXrLaUMThrA-qpN1cEAkg%40mail.gmail.com. |
On 2/12/2020 8:21 pm, Moses Omoto wrote:
> Use allauth > > On Sat, 7 Nov 2020, 22:43 Kasper Laudrup, <[hidden email] > <mailto:[hidden email]>> wrote: > > On 07/11/2020 11.23, Eugene TUYIZERE wrote: > > I have an application that I want to validate the password when > users > > are creating new passwords. I do not want to use the build in > one, I > > want the customized one. Someone to help please? > add extra checking for Django passwords. Otherwise you need your own auth backend > > > > https://sixfeetup.com/blog/custom-password-validators-in-django > <https://sixfeetup.com/blog/custom-password-validators-in-django> > > -- > 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 [hidden email] > <mailto:django-users%[hidden email]>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/390f4d57-2c29-0aab-054e-483ea8ea6a00%40stacktrace.dk > <https://groups.google.com/d/msgid/django-users/390f4d57-2c29-0aab-054e-483ea8ea6a00%40stacktrace.dk>. > > -- > 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 [hidden email] > <mailto:[hidden email]>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/CAKMqJM7Qo6jjJxFMBWn0iUxCJqN7%3DPXrLaUMThrA-qpN1cEAkg%40mail.gmail.com > <https://groups.google.com/d/msgid/django-users/CAKMqJM7Qo6jjJxFMBWn0iUxCJqN7%3DPXrLaUMThrA-qpN1cEAkg%40mail.gmail.com?utm_medium=email&utm_source=footer>. -- Signed email is an absolute defence against phishing. This email has been signed with my private key. If you import my public key you can automatically decrypt my signature and be sure it came from me. Just ask and I'll send it to you. Your email software can handle signing. -- 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 [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/2d10aa1a-5c9f-98be-d3c1-a60ef0bc889e%40dewhirst.com.au. |
Free forum by Nabble | Edit this page |