Auth¶
Authentication backend to allow you to insert your own user model into the built in django authentication backend.
Installation and Usage¶
- Add
'fusionbox.auth.backends.CustomModelBackend'to yourAUTHENTICATION_BACKENDSsetting insettings.py - Set
CUSTOM_USER_MODELin yoursettings.pyfile to a fully qualified path to your custom user model.