diff --git a/Classes/SettingsView.m b/Classes/SettingsView.m index a5e541401..121d3b78a 100644 --- a/Classes/SettingsView.m +++ b/Classes/SettingsView.m @@ -445,8 +445,11 @@ void update_hash_cbs(LinphoneAccountCreator *creator, LinphoneAccountCreatorStat linphone_core_add_auth_info(LC, newAuth); } } + [self recomputeAccountLabelsAndSync]; + [settingsStore setObject:_tmpPwd forKey:@"account_mandatory_password_preference"]; _tmpPwd = NULL; + UIAlertController *errView = [UIAlertController alertControllerWithTitle:NSLocalizedString(@"Changing your password", nil) message:NSLocalizedString(@"Your password has been successfully changed", nil) preferredStyle:UIAlertControllerStyleAlert];