netbox/netbox/users
Jeremy Stretch d8c7282fdb
Fixes #16964: Ensure configured password validators are enforced (#16990)
* Closes #16964: Validate password when creating a new user or updating password for an existing user

* Add serializer validation & tests

---------

Co-authored-by: Nishant Gaglani <nishantgaglani@gmail.com>
2024-07-26 07:58:14 -04:00
..
api Fixes #16964: Ensure configured password validators are enforced (#16990) 2024-07-26 07:58:14 -04:00
forms Fixes #16964: Ensure configured password validators are enforced (#16990) 2024-07-26 07:58:14 -04:00
graphql Fixes #16228: Fix permissions enforcement for GraphQL queries of users & groups 2024-05-21 16:38:37 -04:00
migrations 16138 fix user/group permissions (#16152) 2024-05-17 15:07:19 -04:00
models Refactor models under users app 2024-04-02 15:06:05 -04:00
tests Fixes #16964: Ensure configured password validators are enforced (#16990) 2024-07-26 07:58:14 -04:00
__init__.py Initial push to public repo 2016-03-01 11:23:03 -05:00
admin.py Prevent the stock Django Group model from appearing in the admin UI (if enabled) 2024-04-02 15:48:40 -04:00
apps.py Closes #15042: Move model registration logic to AppConfigs (#15203) 2024-02-21 14:22:13 -05:00
constants.py 16138 fix user/group permissions (#16152) 2024-05-17 15:07:19 -04:00
filtersets.py #12795: Complete support for description field on custom Group model 2024-04-02 14:44:26 -04:00
preferences.py add ENABLE_TRANSLATION setting to optionally turn translation off (#16096) 2024-05-14 09:21:00 -04:00
signals.py Refactor models under users app 2024-04-02 15:06:05 -04:00
tables.py #12795: Complete support for description field on custom Group model 2024-04-02 14:44:26 -04:00
urls.py #12795: Complete support for description field on custom Group model 2024-04-02 14:44:26 -04:00
utils.py 9669 sanitize social auth usernames (#10549) 2022-10-05 11:50:47 -04:00
views.py Dissuade non-superusers from creating API tokens via the admin view 2024-04-19 14:34:25 -04:00