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.

Filters · mod_admin_identity
  • Reference
  • Frontend developer
  • Email
  • Template filter
  • Transform

normalize_email

Module

mod_admin_identity

Normalize an email address, used in the identity management.

The email address is lowercased and trimmed.

For example:

{{ "ME@Example.Com "|normalize_email }}

Evaluates to the value `me@example.com`.

Edit on GitHub

Related documentation

Filters

gravatar_code

Calculate the gravatar code for an e-mail address:

Filters

to_boolean

Convert the input to a boolean value.

Filters

floor

Round down a floating point value.

Filters

language_sort_localized

Sort a list of language codes or map with languages on their localized name in the currently selected language. This is useful for…

Filters

truncatechars

Truncate a text to a maximum length in characters.

Filters

sub_year

Subtracts a year from a date. The value must be of the form {{Y,M,D},{H,I,S}} .

Filters

make_list

Forces the value to a list.

Filters

vsplit_in

This filter splits a list in shorter lists. It splits an array in N sub-arrays of more or less equal length. This is useful when displaying…

Filters

add_day

Adds a day to a date. The value must be of the form {{Y,M,D},{H,I,S}} .

GitHub © 2026 Zotonic