You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mailu/tests
bors[bot] 2785bca1f4
Merge #883
883: Admin create user enhancement r=mergify[bot] a=cr1st1p

## What type of PR?
Enhancement

## What does this PR do?
It allows the admin docker image to also create the admin user.
The idea is that in my kubernetes setup, I do not want to manually do anything, as such, I need a way for the admin user to also be created automatically without me getting inside the pod.
So I had to change the manage.py function that creates the user to allow different 'modes' (me, I'll be using 'ifmissing') and also start.py to call that functionality if appropriate environment variables are present.

So now, in my Deployment, I add 3 more environment variables and I get the admin user created, IF not already present.

### Related issue(s)
none?

## Prerequistes
Before we can consider review and merge, please make sure the following list is done and checked.
If an entry in not applicable, you can check it or remove it from the list.

- [x] In case of feature or enhancement: documentation updated accordingly
- [x] Unless it's docs or a minor change: place entry in the [changelog](CHANGELOG.md), under the latest un-released version.


Co-authored-by: cristi <cristi.posoiu@gmail.com>
Co-authored-by: cr1st1p <cristi.posoiu@gmail.com>
Co-authored-by: Tim Möhlmann <muhlemmer@gmail.com>
5 years ago
..
certs Implemented sending/reading email(local tests) 6 years ago
compose Tests for initial admin create 5 years ago
alias_test.py Removed unused imports and fixed indentation 5 years ago
build.yml Revert "Stop building certdumper since it is not supported by traefik anymore" 5 years ago
deploy.sh Use bors-ng to create and upload test images 5 years ago
email_test.py Fix indentation 5 years ago
forward_test.py Removed unused imports and fixed indentation 5 years ago
reply_test.py Unused imports and bad indentation 5 years ago
requirements.txt Migrate test script from shell to python 6 years ago
smtp.py Add a very simple test script for sending mails 6 years ago