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
  • Edit

observe_identity_update_done/2

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

Type:

notify

Return:

#identity_update_done{} properties:

  • action: insert|update|delete|verify
  • rsc_id: m_rsc:resource_id()
  • type: binary
  • key: m_identity:key()|undefined
  • is_verified: boolean|undefined

Edit on GitHub

Related documentation

Notifications

observe_identity_verified/2

Notify that a user’s identity has been verified. Signals to modules handling identities to mark this identity as verified. Handled by…

Notifications

observe_development_reload/2

Reloads templates, modules, translations, and other indexed development files after a manual request.

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_edge_insert/2

An edge has been inserted. Note that the Context for this notification does not have the user who created the edge.

Notifications

observe_signup_done/2

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

Notifications

observe_tkvstore_put/2

Put a value into the typed key/value store

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_auth_confirm_done/2

A user id has been confirmed.

Notifications

observe_signup_confirm/2

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

GitHub © 2026 Zotonic