Content
View differences
Updated by Dominic Bräunlein over 1 year ago
**Description**
* The main reason for the random deactivation of the Automatically managed project folder seems to be happening because the special user "OpenProject" was logged in and the password for that user was changed which deleted the application password for that user. In addition to that, as of now we generate temporary application password for user "OpenProject" which also gets deleted when the user "OpenProject" password is changed.
* This WP fixes the random deactivation of the Automatically managed project folder.
### Steps to reproduce **Acceptance Criteria**
1. Log into Nextcloud as "OpenProject" user
1. If you don't have the password you can log in with any admin account * All new application passwords are permanent and change the password of the do not get deleted after user OpenProject
2. Go to "Settings" -> "Security"
3. Change the password of OpenProject user while being logged in as OpenProject user
### What is the buggy behavior?
1. **Non permanent app password for the OpenProject connection**
<img class="image_resized op-uc-image op-uc-image_inline" style="width:481px;" src="/api/v3/attachments/190559/content">
2. **App password got deleted after the OpenProject user changed it's own password**
**<img class="image_resized op-uc-image op-uc-image_inline" style="width:529px;" src="/api/v3/attachments/190561/content">**
### What is the expected behavior?
1. **Permanent app
* Migrate existing temporary application password for "OpenProject" to permanent for all the OpenProject connection**
<img class="op-uc-image op-uc-image_inline" src="/api/v3/attachments/190564/content">
2. **App password does not get deleted after the OpenProject user changed it's own password**
### already having application password.
* The main reason for the random deactivation of the Automatically managed project folder seems to be happening because the special user "OpenProject" was logged in and the password for that user was changed which deleted the application password for that user. In addition to that, as of now we generate temporary application password for user "OpenProject" which also gets deleted when the user "OpenProject" password is changed.
* This WP fixes the random deactivation of the Automatically managed project folder.
### Steps to reproduce
1. Log into Nextcloud as "OpenProject" user
1. If you don't have the password you can log in with any admin account
2. Go to "Settings" -> "Security"
3. Change the password of OpenProject user while being logged in as OpenProject user
### What is the buggy behavior?
1. **Non permanent app password for the OpenProject connection**
<img class="image_resized op-uc-image op-uc-image_inline" style="width:481px;" src="/api/v3/attachments/190559/content">
2. **App password got deleted after the OpenProject user changed it's own password**
**<img class="image_resized op-uc-image op-uc-image_inline" style="width:529px;" src="/api/v3/attachments/190561/content">**
### What is the expected behavior?
1. **Permanent app
* Migrate existing temporary application
<img class="op-uc-image op-uc-image_inline" src="/api/v3/attachments/190564/content">
2. **App password does not get deleted after the OpenProject user changed it's own password**
###