first commit

This commit is contained in:
2018-08-01 16:00:05 +02:00
commit 944fd76206
3205 changed files with 356767 additions and 0 deletions
+50
View File
@@ -0,0 +1,50 @@
---
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