Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/content/docs/(guides)/concepts/sign-up-rules.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Sign-up Rules
description: Control who can sign up for your application with customizable rules.
icon: ShieldCheck
lastModified: "2026-02-24"
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Citation: Client instructions require that "Every new MDX document must include a lastModified field in the frontmatter with the current date in YYYY-MM-DD format." The sign-up-rules.mdx file added by PR #1183 was missing this required field.
View source

---

Sign-up rules let you control who can sign up for your application. You can create rules that evaluate sign-up attempts based on conditions like email domain or authentication method, then allow, reject, or restrict users accordingly.
Expand Down
Loading