Make the default user more secure #34

Open
oscie57 wants to merge 1 commit from security-patch into master
oscie57 commented 2024-01-23 02:14:22 +01:00 (Migrated from github.com)

The current default profile is "admin:admin", which is extremely insecure. This change makes the program generate a random 32 character long password with letters, numbers, and punctuation.

The current default profile is "admin:admin", which is extremely insecure. This change makes the program generate a random 32 character long password with letters, numbers, and punctuation.
This pull request has changes conflicting with the target branch.
  • models.py
View command line instructions

Manual merge helper

Use this merge commit message when completing the merge manually.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin security-patch:security-patch
git switch security-patch

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff security-patch
git switch security-patch
git rebase master
git switch master
git merge --ff-only security-patch
git switch security-patch
git rebase master
git switch master
git merge --no-ff security-patch
git switch master
git merge --squash security-patch
git switch master
git merge --ff-only security-patch
git switch master
git merge security-patch
git push origin master
Sign in to join this conversation.
No description provided.