Skip to content
Zotonic
  • Start
  • Cookbook
  • Reference
  • Releases

Live search

Search across all Zotonic content

Type at least two characters

Results are matched against titles, summaries and topics as you type.

Notifications
  • Reference
  • Backend developer
  • Identity and accounts
  • Notification
  • Create

observe_signup_confirm/2

Signal that a user has been confirmed. (map, result is ignored)

Type:

notify

Return:

#signup_confirm{} properties:

  • id: m_rsc:resource()

Edit on GitHub

Related documentation

Notifications

observe_signup_done/2

Signal that a user has been signed up (map, result is ignored)

Notifications

observe_signup/2

Request a signup of a new or existing user. Arguments are similar to #signup_url{} Returns {ok, UserId} or {error, Reason}

Notifications

observe_signup_url/2

Handle a signup of a user, return the follow on page for after the signup. Return {ok, Url} ‘props’ is a map with properties for the person…

Notifications

observe_signup_confirm_redirect/2

Fetch the page a user is redirected to after signing up with a confirmed identity

Notifications

observe_signup_check/3

signup_check Check if the signup can be handled, a fold over all modules. Fold argument/result is {ok, Props, SignupProps} or {error

Notifications

observe_signup_failed_url/2

Signup failed, give the error page URL. Return {ok, Url} or undefined. Reason is returned by the signup handler for the particular signup…

Notifications

observe_identity_update_done/2

Notify that a user’s identity has been updated by the identity model.

Notifications

observe_auth_identity_types/3

Return the list of identity types that allow somebody to logon and become an active user of the system. Defaults to [ username_pw ]. In the…

Notifications

observe_auth_confirm_done/2

A user id has been confirmed.

GitHub © 2026 Zotonic