|
84 | 84 | "ldap_username_field": "sAMAccountName",
|
85 | 85 | "login_help_text": "Login page help text.",
|
86 | 86 | "logo": null,
|
| 87 | + "login_page_background_image": null, |
87 | 88 | "max_prior_passwords": 1,
|
88 | 89 | "motd_text": "example",
|
89 | 90 | "motd_use_for_ftp": true,
|
|
300 | 301 | * `ldap_username_field` (string): LDAP username field
|
301 | 302 | * `login_help_text` (string): Login help text
|
302 | 303 | * `logo` (Image): Branded logo
|
| 304 | +* `login_page_background_image` (Image): Branded login page background |
303 | 305 | * `max_prior_passwords` (int64): Number of prior passwords to disallow
|
304 | 306 | * `motd_text` (string): A message to show users when they connect via FTP or SFTP.
|
305 | 307 | * `motd_use_for_ftp` (boolean): Show message to users connecting via FTP
|
@@ -518,6 +520,7 @@ await Site.update({
|
518 | 520 | 'icon128_delete': true,
|
519 | 521 | 'logo_delete': true,
|
520 | 522 | 'bundle_watermark_attachment_delete': true,
|
| 523 | + 'login_page_background_image_delete': true, |
521 | 524 | 'disable_2fa_with_delay': true,
|
522 | 525 | 'session_expiry_minutes': 1,
|
523 | 526 | })
|
@@ -658,6 +661,8 @@ await Site.update({
|
658 | 661 | * `logo_delete` (boolean): If true, will delete the file stored in logo
|
659 | 662 | * `bundle_watermark_attachment_file` (file):
|
660 | 663 | * `bundle_watermark_attachment_delete` (boolean): If true, will delete the file stored in bundle_watermark_attachment
|
| 664 | +* `login_page_background_image_file` (file): |
| 665 | +* `login_page_background_image_delete` (boolean): If true, will delete the file stored in login_page_background_image |
661 | 666 | * `disable_2fa_with_delay` (boolean): If set to true, we will begin the process of disabling 2FA on this site.
|
662 | 667 | * `ldap_password_change` (string): New LDAP password.
|
663 | 668 | * `ldap_password_change_confirmation` (string): Confirm new LDAP password.
|
|
0 commit comments