Christopher Charbonneau Wells
|
996d81966c
|
Indicate user locked state and allow unlocking from users admin (#600)
* Use custom template for account lock
* Rename Baby Buddy base template tags
* Add user unlock view
* Add user unlock test
|
2023-02-11 09:02:23 -08:00 |
Christopher C. Wells
|
cd44a473cf
|
Replace references to Django core `User` model with `get_user_model`
|
2023-02-10 06:14:37 -08:00 |
Paul Konstantin Gerke
|
1f835d181d
|
Fix test
|
2022-10-17 09:45:26 +02:00 |
Paul Konstantin Gerke
|
878ff64fad
|
Add tests, add username to api/profile endpoint
|
2022-08-30 22:49:54 +02:00 |
Christopher Charbonneau Wells
|
0d26efe05a
|
Add a way to set the SMTP configuration (#506)
* Update configuration of password reset URLs
* Add support for email configuration via environment variables
* Remove unused settings files
* Add email configuration documentation
* Reorganize configuration documentation by topic
* Fix linting issue
* Add password reset flow test
* Correct icon name
* Isolate password reset test case
* Update locales for new strings
|
2022-07-30 14:22:34 -07:00 |
Christopher C. Wells
|
838020ceff
|
Update Faker API usage
|
2022-05-28 07:02:13 -07:00 |
Christopher C. Wells
|
cd946280cb
|
Format code with black
|
2022-02-09 16:00:30 -08:00 |
Christopher C. Wells
|
97fa8d7000
|
Support POST only for logout
|
2021-12-18 17:42:53 -05:00 |
Christopher C. Wells
|
1689bc8e20
|
Refactor API key reset as part of settings form
This adds core CSRF protection to the reset functionality.
|
2021-06-21 21:27:45 -07:00 |
Christopher C. Wells
|
3135d1d9d0
|
Use settings override for rolling session refresh test
|
2020-06-28 05:31:34 -07:00 |
Peter Hardy
|
2806d0a22f
|
The rest of the middleware commit
|
2020-05-17 20:11:08 +10:00 |
Christopher Charbonneau Wells
|
4b7bb69218
|
Add support for Django 2.1 and Django Filters 2.0.0.
|
2018-08-04 13:00:51 -07:00 |
Christopher Charbonneau Wells
|
ab2717ed56
|
Do not deal with child count during root redirect.
|
2018-05-20 14:39:28 -07:00 |
Christopher Charbonneau Wells
|
5dc372281b
|
Remove all unicode_literals imports.
|
2018-02-17 17:09:40 -05:00 |
Christopher Charbonneau Wells
|
f2a8cdec2d
|
Update URL definitions to Django 2.0 style.
|
2017-12-13 18:12:32 -05:00 |
Christopher Charbonneau Wells
|
183a30b0a3
|
Only allow staff members to manage users.
|
2017-12-13 13:49:10 -05:00 |
Christopher Charbonneau Wells
|
53a35f3f89
|
Changes users URLs to plural form to match the rest of the app.
|
2017-12-11 17:25:25 -05:00 |
Christopher Charbonneau Wells
|
9796452da7
|
Add tests for user management tasks.
|
2017-12-11 17:18:22 -05:00 |
Christopher Charbonneau Wells
|
2f21e3d7f4
|
Add API key reset test.
|
2017-12-05 10:53:28 -05:00 |
Christopher Charbonneau Wells
|
bd2655166e
|
Add tests for babybuddy app code.
|
2017-11-12 19:43:40 -05:00 |
Christopher Charbonneau Wells
|
00d3cf65f5
|
Add a basic Welcome page.
|
2017-11-09 14:37:06 -05:00 |