Re: Password reset link is not displayed by default

2023-08-14 Thread Marty
Hi, ah, I see. Okay, thanks for info and link. Marty On Monday, July 24, 2023 at 2:00:44 PM UTC+2 Adam Johnson wrote: > Hi! > > You've found the wrong mailing list for this post. This mailing list is > for discussing the development of Django itself, not for support using > Django. This

Re: Password reset link is not displayed by default

2023-07-24 Thread 'Adam Johnson' via Django developers (Contributions to Django itself)
Hi! You've found the wrong mailing list for this post. This mailing list is for discussing the development of Django itself, not for support using Django. This means the discussions of bugs and features in Django itself, rather than in your code using it. People on this list are unlikely to

Password reset link is not displayed by default

2023-07-23 Thread Marty
Hi, this is native django 4.2 code: *admin/login.html* ... {% csrf_token %} ... {% url '*admin_password_reset*' as password_reset_url %} {% if password_reset_url %} {% translate 'Forgotten your password or username?' %} {% endif %} ... ... *auth/urls.py:*