Skip to content
DocsReference
DocsReferenceGitHub

Search Ridu documentation

tab controls

Loading search…

Search will be ready in a moment.

No matching results

Try a different term or search every section.

Loading search.

Preparing index…View all results →↑↓ move↵ openesc close
Get started
Modules/ridu
TPasswordResetNotification

Go packages

riducorefieldqueryschemastorestoragemigrationmigration/payloadprotocol (Go)plugintestconformance

Official adapters

postgressqlitemongodbstorage/localstorage/s3

Official plugins

graphqlmcprichtextseoformbuilder@riducms/plugin-richtext@riducms/plugin-seo@riducms/plugin-form-builder

TypeScript packages

@riducms/sdk@riducms/protocol@riducms/plugin@riducms/build@riducms/ui@riducms/admin@riducms/translations@riducms/cli/run

Tooling

ridu CLI
Allriducorefieldqueryschemastorestoragemigrationmigration/payloadprotocol (Go)plugintestpostgressqlitemongodbgraphqlmcprichtextseoformbuilderstorage/localstorage/s3conformance@riducms/sdk@riducms/protocol@riducms/plugin@riducms/build@riducms/ui@riducms/plugin-richtext@riducms/plugin-seo@riducms/plugin-form-builder@riducms/admin@riducms/translations@riducms/cli/runridu CLI
All 188UploadInputAuthOperationAuthStrategyContextAuthStrategyResultPasswordResetNotificationVerifyEmailNotificationImageSize

type

PasswordResetNotification

type PasswordResetNotification = core.PasswordResetNotification

Trusted password-reset delivery payload including the raw one-time token.

Source ridu.go:40

Collection:schema.CollectionSlug
The auth collection containing the user.
User:store.Document
A detached snapshot of the user document.
Token:string
The raw single-use reset token.
ExpiresAt:time.Time
The instant after which the token is invalid.

Token is shown once and must never be logged. Build and deliver the application-owned reset link inside the trusted callback.