{% load static %} {% load i18n %} {% load admin_url %} {% load mastodon %} {% load oauth_token %} {% load truncate %} {% load thumb %} {{ site_name }} - 账号信息 {% include "common_libs.html" with jquery=0 v2=1 %} {% include "_header.html" with current="data" %}
{% if allow_any_site %}
{% trans '用户名、电子邮件与社交身份' %}
{{ error }}
{% csrf_token %}
{% csrf_token %}
{% if request.user.mastodon_acct %} {% else %}

如果你还没有在任何联邦宇宙实例注册过,可先选择实例并注册

{% endif %} {% if request.user.mastodon_acct %} 替换关联后可使用新的联邦宇宙身份来登录{{ site_name }}和控制数据可见性,已有的标记评论收藏单等数据不受影响。 {% else %} 启用联邦宇宙身份后可发现和关注更多的用户,并使用本站完整功能。 {% endif %}
{% endif %}
昵称、头像与其它个人信息
{% include "_field.html" with field=profile_form.name %} {% include "_field.html" with field=profile_form.summary %} {% include "_field.html" with field=profile_form.icon %} {% include "_field.html" with field=profile_form.discoverable %} {% include "_field.html" with field=profile_form.manually_approves_followers %} {% csrf_token %}
{% trans '正在关注的用户' %} {% include 'users/relationship_list.html' with name="关注" id="follow" list=request.user.identity.following_identities.all %}
{% trans '关注了你的用户' %} {% include 'users/relationship_list.html' with name="关注者" id="follower" list=request.user.identity.follower_identities.all %}
{% trans '请求关注你的用户' %} {% include 'users/relationship_list.html' with name="请求关注者" id="follow_request" list=request.user.identity.requested_follower_identities.all %}
{% trans '已隐藏的用户' %} {% include 'users/relationship_list.html' with name="隐藏" id="mute" list=request.user.identity.muting_identities.all %}
{% trans '已屏蔽的用户' %} {% include 'users/relationship_list.html' with name="屏蔽" id="block" list=request.user.identity.blocking_identities.all %}
{% trans '同步联邦宇宙信息和社交数据' %}
{% csrf_token %}
{{ site_name }}会按照以上设置每天自动导入你在联邦宇宙实例中新增的关注、屏蔽和隐藏列表;
如果你在联邦宇宙实例中关注的用户加入了NeoDB,你会自动关注她;
如果你在联邦宇宙实例中取消了关注、屏蔽或隐藏,{{ site_name }}不会自动取消,但你可以手动移除。
{% csrf_token %} 如果希望立即开始同步,可以点击下方按钮。 {% if request.user.mastodon_last_refresh %}上次更新时间 {{ request.user.mastodon_last_refresh }}{% endif %}
{% trans '删除数据和账号信息' %}
{% csrf_token %}
输入完整的登录用 用户名@实例名电子邮件地址 以确认删除 账号数据一旦删除后将无法恢复 {% if import_status.douban_pending %} {% else %} {% endif %}
{% include "_sidebar.html" with show_profile=1 identity=request.user.identity %}
{% include "_footer.html" %}