Skip to content

Commit e32c8bc

Browse files
Théo CochereauThéo Cochereau
authored andcommitted
bu
1 parent 6c4cfdc commit e32c8bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/official-site/sqlpage/migrations/01_documentation.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ When loading the page, the value for `:username` will be `NULL` if no value has
340340
'{"name": "Last name", "required": true, "description": "We need your last name for legal purposes."},'||
341341
'{"name": "Resume", "type": "textarea"},'||
342342
'{"name": "Birth date", "type": "date", "max": "2010-01-01", "value": "1994-04-16"},'||
343-
'{"name": "Password", "type": "password", "pattern": "^(?=.*[A-Za-z])(?=.*\\d)[A-Za-z\\d]{8,}$", "required": true, "description": "Minimum eight characters, at least one letter and one number."},'||
343+
'{"name": "Password", "type": "password", "pattern": "^(?=.*[A-Za-z])(?=.*\\d)[A-Za-z\\d]{8,}$", "required": true, "description_md": "**Password Requirements:** Minimum **8 characters**, at least **one letter** & **one number**. *Tip:* Use a passphrase for better security!"},'||
344344
'{"label": "I accept the terms and conditions", "name": "terms", "type": "checkbox", "required": true}'||
345345
']')),
346346
('form','Create prepended and appended inputs to make your forms easier to use.',

0 commit comments

Comments
 (0)