{#- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -#} {% set page = 'user_details' %} {% extends 'allura:templates/site_admin.html' %} {% set hide_left_bar=True %} {% block title %}User Details - {{ user.username }}{% endblock %} {% block header %}User Details{% endblock %} {% block content %}

Back to Site Admin Home

{% block general_info %}
General
  • Username: {{ user.username }} (Go to profile page)
  • Full name: {{ user.get_pref('display_name') }}
  • Registered: {{ user.registration_date() }} ({{ h.ago(user.registration_date(), show_date_after=None) }})
  • Multifactor auth: {{ user.get_pref('multifactor') or False }}
{% block extra_general_info %}{% endblock %}
Account Status:


{{lib.csrf_token()}}
{% if status == 'enabled' %}
{{lib.csrf_token()}}
{{lib.csrf_token()}}
{{lib.csrf_token()}}
{% endif %}
{% endblock general_info %} {% block emails %}
Emails
{% include 'allura:templates/update_emails_form.html' %}
{% endblock emails %} {% block session_info %}
Session

Last login

Last page access

{% endblock session_info %} {% block extra_info %} {% endblock extra_info %} {% block audit_log %}
{% set al = audit_log %}
Audit log
{{lib.csrf_token()}}
{% if al['entries'] %} {{ c.audit_log_widget.display(entries=al['entries'], limit=al['limit'], page=al['page'], count=al['count'], class='grid-22') }} {% endif %}
{% endblock audit_log %} {% block user_projects %}
Projects Delete all these projects
{% endblock user_projects %} {% endblock %} {% block extra_css %} {{ super() }} {% endblock %} {% block extra_js %} {{ super() }} {% endblock %}