跳到主内容

Sign-in items table

On the application configuration page, use the Sign-in items table to define which elements appear on the sign-in page. Add, remove, or reorder items to customize the form.

Signin Items Table

Column reference

ColumnValuesDescription
NameName of the signin item.
VisibleTrue / FalseShow or hide on the sign-in page.
Label HTMLFor custom items, HTML used as the field label.
Custom CSSCSS for this signin item.
PlaceholderPlaceholder text for the field.
RuleRule itemsRule that customizes this item (see below).
ActionMove up, move down, or delete.

Forgot password visibility

Setting the Forgot password? item to Visible: False disables the feature at both the UI and API levels. When hidden, the backend /api/send-verification-code endpoint rejects password-reset requests with an error, preventing clients from bypassing the UI restriction by calling the API directly.

Language selector rules

The Languages item supports a Rule that changes how the language picker is rendered on the sign-in and sign-up pages:

RuleDescription
(empty)Globe icon dropdown (default behavior).
LabelA labeled Select component is shown instead of the icon dropdown.

Captcha rules

The Captcha item supports rules that control how verification is shown:

RuleDescription
NormalCaptcha is shown in a modal when sending verification codes.
InlineCaptcha is shown directly on the sign-in page.