mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-11-02 11:26:04 +01:00
18 lines
306 B
Markdown
18 lines
306 B
Markdown
|
|
---
|
||
|
|
title: Reset password
|
||
|
|
|
||
|
|
form:
|
||
|
|
fields:
|
||
|
|
- name: username
|
||
|
|
type: text
|
||
|
|
placeholder: Username
|
||
|
|
readonly: true
|
||
|
|
- name: password
|
||
|
|
type: password
|
||
|
|
placeholder: Password
|
||
|
|
autofocus: true
|
||
|
|
- name: token
|
||
|
|
type: hidden
|
||
|
|
---
|
||
|
|
|