-
With #238, django's default email validator has been removed. This is also documented in the code with:
https://github.com/ubernostrum/django-registration/blob/d217015ddbfd0b679b6eb3eccec542ce0fd8ad8…
-
from django.urls import re_path, include
from django.contrib import admin
from .views import register
urlpatterns = [
re_path(r'^register/', register),
]
...
as well as changes to the…
-
Current ENV:
Portainer with 7 Docker hosts in swam mode
Storage:
QNAP with nfs shares
Web UI not loading.
Error NGINX Conatiner:
10.255.250.153 - - [25/Oct/2024:07:44:57 +0000] "GET /static/images/…
-
We need to extend the django user model to be able to retain relevant user information beyond username, email, and password.
This model needs to be extended for use in the base tom, but can also be…
-
Sign up and sign in for authentication
-
### Product versie / Product version
2.6.13
### Customer reference
RID 211
### Omschrijf het probleem / Describe the bug
Currently the payment update e-mails contain links/pdf's that do…
-
Use django-registration instead of dajngopeople.views.SignupView
fhahn updated
13 years ago
-
## Feature:
- Problem: Now, all components are initialized with app: front-end, back-end, repository like a blocklist.txt e etc.
- Solution: Segregate in two or more layers:
- Front-end: …
-
This is to enable easy fetching for api token
-
I upgraded to Django 5.1 and now my registration form looks like this:
![CleanShot 2024-08-13 at 12 38 22@2x](https://github.com/user-attachments/assets/d2230e77-fb05-42ba-8400-dd6d4a8c9ebe)
Tha…