Files
r2c/user/plugins/login/pages/profile.md
T
2018-06-21 17:59:40 +02:00

50 lines
821 B
Markdown

---
title: Profile
access:
site.login: true
form:
fields:
avatar_img:
type: avatar
username:
type: text
readonly: true
disabled: true
email:
type: email
placeholder: "Enter your email"
validate:
required: true
message: PLUGIN_LOGIN.EMAIL_VALIDATION_MESSAGE
fullname:
type: text
title:
type: text
password:
type: password
label: Enter new password
validate:
message: PLUGIN_LOGIN.PASSWORD_VALIDATION_MESSAGE
config-pattern@: system.pwd_regex
buttons:
-
type: submit
value: Submit
-
type: reset
value: Reset
process:
update_user: true
message: "Your profile has been updated"
---
# Profile