Cicode Programming Reference > Cicode Function Categories > Security Functions Introduction > UserPasswordForm

UserPasswordForm

Not available for a Windows user.

Display a form to allow users to change their own passwords. Changes are written to both the Users database and the runtime database in memory.

Syntax

UserPasswordForm()

Return Value

0 (zero) if successful, otherwise an error is returned.

Related Functions

UserPassword, UserCreate, UserEditForm

Example

/* Allow users to change their own passwords */
UserPasswordForm();

See Also

Security Functions