Module validator_admin_identity_email_unique

Check if an entered username is unique.

Copyright © 2010-2017 Marc Worrell

Authors: Marc Worrell (marc@worrell.nl).

Description

Check if an entered username is unique

Function Index

event/2Handle the validation during form entry.
render_validator/5
validate/5

Function Details

event/2

event(Postback::Event, Context) -> Context

Handle the validation during form entry.

render_validator/5

render_validator(X1, TriggerId, TargetId, Args, Context) -> any()

validate/5

validate(X1::Type, Id::TriggerId, Value, Args, Context) -> {{ok, AcceptedValue}, NewContext} | {{error, Id, Error}, NewContext}


Generated by EDoc