{% extends "baseTemplate/index.html" %} {% block title %}Create New User{% endblock %} {% block content %} {% load static %}

创建用户

用于创建管理员用户、经销商或普通用户。

用户详细信息

请填写英文字母.
请填写英文字母.
错误的 Email
{% if adminType == 1 %}
{% else %}
{% endif %}
只能输入数字
只能输入数字
请输入小写字母.
必须包含一个数字和一个特殊字符.

Account with username: {$ userName $} is successfully created.

Can not create user, Error message: {$ errorMessage $}

Could Not Connect to server, please refresh this page.

Length of first and last name combined should be less or equal 20

{% endblock %}