Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update password in commandline #1067

Merged
merged 1 commit into from Jul 9, 2019
Merged

Update password in commandline #1067

merged 1 commit into from Jul 9, 2019

Conversation

hoellen
Copy link
Member

@hoellen hoellen commented Jul 8, 2019

What type of PR?

Feature

What does this PR do?

Adds the ability to set/reset a user's password from the Mailu command line. Similar to the user command:

docker-compose exec admin flask mailu password myuser example.net 'password123'

With this we can reset the demo server password every few minutes (#987)

Related issue(s)

closes #1066

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.

  • In case of feature or enhancement: documentation updated accordingly
  • Unless it's docs or a minor change: add changelog entry file.

@mergify
Copy link
Contributor

mergify bot commented Jul 8, 2019

Thanks for submitting this pull request.
Bors-ng will now build test images. When it succeeds, we will continue to review and test your PR.

bors try

Note: if this build fails, read this.

bors bot added a commit that referenced this pull request Jul 8, 2019
@bors
Copy link
Contributor

bors bot commented Jul 8, 2019

try

Build failed

@hoellen
Copy link
Member Author

hoellen commented Jul 8, 2019

bors try

bors bot added a commit that referenced this pull request Jul 8, 2019
@bors
Copy link
Contributor

bors bot commented Jul 8, 2019

try

Build succeeded

@hoellen hoellen requested a review from a team July 8, 2019 13:42
Copy link
Member

@kaiyou kaiyou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fine with me :)

@mergify
Copy link
Contributor

mergify bot commented Jul 8, 2019

bors r+

bors bot added a commit that referenced this pull request Jul 8, 2019
1067: Update password in commandline r=mergify[bot] a=hoellen

## What type of PR?

Feature

## What does this PR do?
Adds the ability to set/reset a user's password from the Mailu command line. Similar to the user command:
```
docker-compose exec admin flask mailu password myuser example.net 'password123'
```
With this we can reset the demo server password every few minutes (#987)

### Related issue(s)
closes #1066

## 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: add [changelog](https://mailu.io/master/contributors/guide.html#changelog) entry file.


Co-authored-by: hoellen <dev@hoellen.eu>
@bors
Copy link
Contributor

bors bot commented Jul 8, 2019

Timed out

@hoellen
Copy link
Member Author

hoellen commented Jul 9, 2019

bors r+

bors bot added a commit that referenced this pull request Jul 9, 2019
1067: Update password in commandline r=hoellen a=hoellen

## What type of PR?

Feature

## What does this PR do?
Adds the ability to set/reset a user's password from the Mailu command line. Similar to the user command:
```
docker-compose exec admin flask mailu password myuser example.net 'password123'
```
With this we can reset the demo server password every few minutes (#987)

### Related issue(s)
closes #1066

## 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: add [changelog](https://mailu.io/master/contributors/guide.html#changelog) entry file.


Co-authored-by: hoellen <dev@hoellen.eu>
Copy link
Member

@Nebukadneza Nebukadneza left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@mergify
Copy link
Contributor

mergify bot commented Jul 9, 2019

bors r+

@bors
Copy link
Contributor

bors bot commented Jul 9, 2019

Already running a review

@bors
Copy link
Contributor

bors bot commented Jul 9, 2019

Build succeeded

@bors bors bot merged commit 616d40d into Mailu:master Jul 9, 2019
@hoellen hoellen deleted the cli-change-password branch July 12, 2019 07:33
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.

Update user password in commandline
3 participants