first commit
This commit is contained in:
@@ -0,0 +1,58 @@
|
||||
---
|
||||
login_redirect_here: false
|
||||
|
||||
form:
|
||||
|
||||
fields:
|
||||
fullname:
|
||||
type: text
|
||||
validate:
|
||||
required: true
|
||||
|
||||
|
||||
username:
|
||||
type: text
|
||||
validate:
|
||||
required: true
|
||||
message: PLUGIN_LOGIN.USERNAME_NOT_VALID
|
||||
config-pattern@: system.username_regex
|
||||
|
||||
email:
|
||||
type: email
|
||||
validate:
|
||||
required: true
|
||||
message: PLUGIN_LOGIN.EMAIL_VALIDATION_MESSAGE
|
||||
|
||||
password1:
|
||||
type: password
|
||||
label: Enter a password
|
||||
validate:
|
||||
required: true
|
||||
message: PLUGIN_LOGIN.PASSWORD_VALIDATION_MESSAGE
|
||||
config-pattern@: system.pwd_regex
|
||||
|
||||
password2:
|
||||
type: password
|
||||
label: Enter the password again
|
||||
validate:
|
||||
required: true
|
||||
message: PLUGIN_LOGIN.PASSWORD_VALIDATION_MESSAGE
|
||||
config-pattern@: system.pwd_regex
|
||||
|
||||
buttons:
|
||||
-
|
||||
type: submit
|
||||
value: Submit
|
||||
-
|
||||
type: reset
|
||||
value: Reset
|
||||
|
||||
process:
|
||||
register_user: true
|
||||
message: "Thanks for registering..."
|
||||
reset: true
|
||||
---
|
||||
|
||||
# Register
|
||||
|
||||
Create a new user account by entering all the required fields below:
|
||||
Reference in New Issue
Block a user