title: Reset password
login_redirect_here: false
form:
fields:
- name: username
type: hidden
id: username
placeholder: Username
readonly: true
- name: password
type: password
id: password
placeholder: Password
autofocus: true
validate:
required: true
message: PLUGIN_LOGIN.PASSWORD_VALIDATION_MESSAGE
config-pattern@: system.pwd_regex
- name: token
type: hidden
process:
twig: true