load authentication apps first - #25126
Conversation
|
By analyzing the blame information on this pull request, we identified @DeepDiver1975, @bartv2 and @PVince81 to be potential reviewers |
|
👍 @ChristophWurst please submit prs for all stable branches down to stable8 |
|
Good catch! Isn't it also necessary to load session (before) filesystem and logging (both afterwards) types seperately as well? |
|
👍 |
@DeepDiver1975 should I change that order too? |
|
Yes please @blizzz is totally right. |
|
@blizzz @DeepDiver1975 now session apps are loaded before authentication before all other apps. That is exactly what |
|
👍 |
|
I tested this with the mail app and LDAP and it works after applying this patch :) Thanks 👍 |
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
fixes https://github.com/owncloud/mail/issues/1422
This fixes a problem of the mail app where code in
app.phpuses the user manager to get a user. The user manager then asks the registered user backends. However, asmailis loaded beforeuser_ldap, the ldap backend has not been loaded yet 💥@DeepDiver1975 as discussed
cc @blizzz @MorrisJobke @LukasReschke @Gomez