summaryrefslogtreecommitdiffstats
path: root/accounts/backend/user/dummy.py
Commit message (Expand)AuthorAgeFilesLines
* Rewrote dummy user backend to not need deepcopyVincent Post2020-08-071-24/+48
* 2to3: UTF-8 is now default in Python 3Vincent Post2020-08-071-3/+0
* 2to3 -w accounts contribVincent Post2020-08-071-1/+1
* backend.user.dummy: added admin userVincent Post2020-08-071-0/+1
* backend/user: Add uidNumberAlexander Sulfrian2016-10-041-2/+8
* backend/user: Split _store and registerAlexander Sulfrian2016-09-301-7/+1
* backend/user: Delete requires an Account nowAlexander Sulfrian2016-02-021-1/+1
* Update account password on change in dummy backendAlexander Sulfrian2016-02-021-5/+5
* Use consistent exceptions for all user backendsAlexander Sulfrian2016-02-021-3/+3
* backend/user: Allow different backends for usersAlexander Sulfrian2016-01-251-0/+104