1
This commit is contained in:
@@ -210,6 +210,8 @@ fn import_auth_store_snapshot_tx(
|
||||
password_hash: stored_user.password_hash,
|
||||
password_login_enabled: stored_user.password_login_enabled,
|
||||
token_version: user.token_version,
|
||||
user_tags: module_runtime::normalize_profile_user_tags(user.user_tags)
|
||||
.map_err(|error| error.to_string())?,
|
||||
});
|
||||
imported_user_count += 1;
|
||||
|
||||
@@ -339,6 +341,7 @@ fn export_auth_store_snapshot_from_tables_tx(
|
||||
binding_status: user.binding_status,
|
||||
wechat_bound: user.wechat_bound,
|
||||
token_version: user.token_version,
|
||||
user_tags: user.user_tags,
|
||||
};
|
||||
users_by_username.insert(
|
||||
user.username,
|
||||
|
||||
Reference in New Issue
Block a user