Skip to content

Commit 25fe2e6

Browse files
committed
clarify login footer docs
1 parent 20ae45f commit 25fe2e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ INSERT INTO parameter(component, name, description, type, top_level, optional) S
3030
('forgot_password_text','A text for the link allowing the user to reset their password. If the text is empty, the link is not displayed.','TEXT',TRUE,TRUE),
3131
('forgot_password_link','The link to the page allowing the user to reset their password.','TEXT',TRUE,TRUE),
3232
('remember_me_text','A text for the option allowing the user to request the preservation of their identity. If the text is empty, the option is not displayed.','TEXT',TRUE,TRUE),
33-
('footer','A text placed at the bottom of the authentication form.','TEXT',TRUE,TRUE),
33+
('footer','A text placed at the bottom of the authentication form. If both footer and footer_md are specified, footer takes precedence.','TEXT',TRUE,TRUE),
3434
('footer_md','A markdown text placed at the bottom of the authentication form. Useful for creating links to other pages (creating a new account, contacting technical support, etc.).','TEXT',TRUE,TRUE),
3535
('validate','The text to display in the button at the bottom of the form that submits the values.','TEXT',TRUE,TRUE),
3636
('validate_color','The color of the button at the bottom of the form that submits the values. Omit this property to use the default color.','COLOR',TRUE,TRUE),

0 commit comments

Comments
 (0)