Fix automatic provisioning (for new users)#2403
Conversation
|
Yes, please :) Additionally, it would be useful if the user_external app were to also populate the user's email. Mail app auto provision would be useful on a mail server with multiple domains by provisioning %EMAIL% instead of %USERID%@domain.com That's already possible with provisioning. But, for other backend authentications, the email is not populated. So provisioning for multiple domains, while making use of %EMAIL%, doesn't work for for all backends. |
Makes sense. Mind opening a feature request? |
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
b5b7ee0 to
528e66d
Compare
|
@ChristophWurst should the feature request you asked for be submitted in Mail? I'm happy to reproduce it here if that is the right place for it. PS. The automatic provisioning is working beautifully now. |
Possibly the same as #2566? |
This makes sure that every user has a provisioned account when Mail is accessed.
Before
new user didn't have provisioned account until admin provisioned for all users
After
also new users get their account as soon as they access the app
In the future we can use nextcloud/server#18348 to create the account right when the user is created. But it doesn't make a difference at the moment.