summaryrefslogtreecommitdiffstats
path: root/core/views/auth.py
Commit message (Expand)AuthorAgeFilesLines
* Signup form now saving data (and encrypting it)Philip Sargent2025-01-251-12/+3
* stitch together the login sequence betterPhilip Sargent2025-01-241-1/+1
* import order fixed by ruffPhilip Sargent2024-12-151-2/+1
* make tests workYour Name2023-11-221-0/+1
* Fixed parsersPhilip Sargent2023-09-021-1/+2
* Django 3.0 deprecations removedPhilip Sargent (oconee)2023-02-091-2/+2
* ruf cleanup imports, bigly.Philip Sargent2023-01-301-1/+0
* ran 'black' to reformat all the core filesPhilip Sargent2023-01-301-28/+24
* sort imports using isort. tested.Philip Sargent2023-01-191-2/+3
* Implement redirects after login (using the next parameter)Martin Green2022-06-251-2/+15
* not found now does 404 & moved loginPhilip Sargent2021-05-031-1/+20
* New user login/logoff system using standard DjPhilip Sargent2021-04-061-0/+58