mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-11-02 03:16:11 +01:00
17 lines
331 B
Markdown
17 lines
331 B
Markdown
---
|
|
title: Reset password
|
|
|
|
form:
|
|
fields:
|
|
- name: username
|
|
type: text
|
|
placeholder: PLUGIN_ADMIN.USERNAME
|
|
readonly: true
|
|
- name: password
|
|
type: password
|
|
placeholder: PLUGIN_ADMIN.PASSWORD
|
|
autofocus: true
|
|
- name: token
|
|
type: hidden
|
|
---
|