Creating custom functions to verify passwords
You can create a custom password verification function in the following ways:
-
To use standard verification logic, and to store your function in the
SYSschema, use thecreate_verify_functionprocedure. -
To use custom verification logic, or to avoid storing your function in the
SYSschema, use thecreate_passthrough_verify_fcnprocedure.