Skip to content

Commit 20ae45f

Browse files
committed
fix missing parameter from login component docs
see #1114
1 parent c7a5c76 commit 20ae45f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/official-site/sqlpage/migrations/68_login.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ INSERT INTO parameter(component, name, description, type, top_level, optional) S
2121
('enctype','Form data encoding.','TEXT',TRUE,TRUE),
2222
('action','An optional link to a target page that will handle the results of the form. ','TEXT',TRUE,TRUE),
2323
('error_message','An error message to display above the form, typically shown after a failed login attempt.','TEXT',TRUE,TRUE),
24+
('error_message_md','A markdown error message to display above the form, typically shown after a failed login attempt.','TEXT',TRUE,TRUE),
2425
('username','Label and placeholder for the user account identifier text field.','TEXT',TRUE,FALSE),
2526
('password','Label and placeholder for the password field.','TEXT',TRUE,FALSE),
2627
('username_icon','Icon to display on the left side of the input field, on the same line.','ICON',TRUE,TRUE),

0 commit comments

Comments
 (0)