create_user(p_username citext, p_email citext, p_password text)


Description

Creates a new user account if username and email do not already exist. Returns the newly created or existing user.

Parameters

Name Type Mode
p_username citext IN
p_email citext IN
p_password text IN

Definition