Admin Settings

Manage the site administrator profile and password.

{% with messages = get_flashed_messages(with_categories=true) %} {% for category, message in messages %}
{% if category == 'success' %} {% else %} {% endif %} {{ message }}
{% endfor %} {% endwith %} {% if not admin %}

First-time Setup

No admin is configured yet. Fill in the form below to create the site admin profile.

{% endif %}

Admin Profile

Grampanchayat details & admin information

{% if admin %}
{{ admin.admin_name[0] | upper }}
{{ admin.admin_name }} — {{ admin.gp_name }}
{% endif %}

UPI Payment Setup

Enter the UPI ID used to generate QR codes for user payments.

{% if admin and admin.upi_id %}
सध्याचा UPI ID: {{ admin.upi_id }}
{% else %}
अजून UPI ID सेट केलेला नाही.
{% endif %}
{% if admin %}

Reset Password

Change the admin login password

At least 6 characters

Passwords do not match.

{% endif %}