Skip to content

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

NameTypeRequiredDescription
selfyes
codeyes
argsyes

Source

server/vueda/user/adapters.py:58

Source

server/vueda/user/adapters.py:57

Documents matching: server v3.0.0a1.post1client v3.0.0-alpha.2