Skip to content

fix(user model): Fix default password generation.#158

Merged
crankynetman merged 8 commits intomainfrom
topic/chriscummings/test-main-ci
Jun 18, 2025
Merged

fix(user model): Fix default password generation.#158
crankynetman merged 8 commits intomainfrom
topic/chriscummings/test-main-ci

Conversation

@crankynetman
Copy link
Copy Markdown
Collaborator

@crankynetman crankynetman commented Jun 11, 2025

Django is deprecating the make_random_password() method so we need to roll our own eventually, might as well now. Also we need to change the allowed characters for the DB secret as it keeps killing the django env library.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 11, 2025

File Coverage
All files 83%
config/consumers.py 78%
config/urls.py 69%
config/settings/base.py 69%
config/settings/local.py 73%
scram/route_manager/admin.py 85%
scram/route_manager/models.py 70%
scram/route_manager/views.py 88%
scram/route_manager/api/serializers.py 73%
scram/route_manager/api/views.py 83%
scram/shared/shared_code.py 56%
scram/templates/403.html 91%
scram/templates/404.html 91%
scram/templates/base.html 99%

Minimum allowed coverage is 50%

Generated by 🐒 cobertura-action against 9354b68

@crankynetman crankynetman changed the title ci:test main fix(user model): Fix default password generation. Jun 12, 2025
@crankynetman crankynetman marked this pull request as ready for review June 16, 2025 15:36
Comment thread scram/route_manager/views.py
Comment thread scram/route_manager/views.py
@crankynetman crankynetman merged commit 44ac065 into main Jun 18, 2025
21 of 23 checks passed
@crankynetman crankynetman deleted the topic/chriscummings/test-main-ci branch June 18, 2025 15:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants