
User Credentials panel is added to Identity dashboard. Credentials table has Create, Update and Delete credential actions. Credentials tab is added to the user details for Identity -> Users table. Credentials panel is added to user settings. Change-Id: Icaabed327604d39b0bf6ac3e3cacf9c62f9e5d5d
8 lines
192 B
HTML
8 lines
192 B
HTML
{% extends 'base.html' %}
|
|
{% load i18n %}
|
|
{% block title %}{% trans "Create Credential" %}{% endblock %}
|
|
|
|
{% block main %}
|
|
{% include 'settings/credentials/_create.html' %}
|
|
{% endblock %}
|