VuedaAllAuthAccountAdapter
Overview
The adapter class allows you to override various functionality of the allauth.account app. To do so, point settings.ACCOUNT_ADAPTER to your own class that derives from DefaultAccountAdapter and override the behavior by altering the implementation of the methods according to your own needs.
validation_error
Signature
validation_error(self, code, args)
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| self | yes | ||
| code | yes | ||
| args | yes |
Source
server/vueda/user/adapters.py:58
Source
server/vueda/user/adapters.py:57