create_new Strategy
Classes:
An authentication viewset. |
- class django_helmholtz_aai.views.auth.create_new.AuthentificationViewset
Bases:
AuthentificationViewsetBaseAn authentication viewset.
The following strategy is applied for new users:
when the email exists already: - create new user
when the email does not exist: - create new user
Classes:
AuthentificationView(**kwargs)An authentification view.
- class AuthentificationView(**kwargs)
Bases:
CreateUserMixin,AuthentificationViewAn authentification view.
Classes:
PermissionDeniedReasons(value)An enumeration.
Methods:
handle_new_user(userinfo)Handle the registration of a new user.