I have an issue when adding users consecutively, without reloading the users page.
I'm using Nextcloud with the config.php options
'default_language' => 'de',
and
'default_locale' => 'de',
and when adding users (without a password) the first gets the german welcome email and his account will be in german. But when adding directly a second (or third/fourth/...) user he will get the english welcome email and his account settings will be set to english!
If I reload the users page before creating the next user he will get the german welcome email and his account will be set to german again!