Top   Module   Use   Manual   Index 

com :: sun :: star :: task ::

enum PasswordRequestMode




Values

PASSWORD_CREATE
Description
Password creation.

The password is asked for the first time, so it should be entered twice.

PASSWORD_ENTER
Description
Ask for a password.

Just ask for a password.

PASSWORD_REENTER
Description
Wrong password was entered, ask again.

A wrong password was entered, notify user and ask again.

Top of Page