Request-pass - Function SummarySummary:Requests a username and password. Usage:request-pass Refinements:/offset - The offset refinement. xy - The xy argument. /user - The user refinement. username - The username argument. /only - Password only. /title - The title refinement. title-text - The title-text argument. Description:Pop-up a window that requests a username and password from the user. The password is obscured with *'s as it is entered. The result is returned as block that contains two strings. The first string is the username entry, the second is the password. If the user cancels the pop-up, a none is returned. For example:
You can provide a default username with the user refinement:
To specify a password only, use the /only refinement. To provide a different title for the pop-up, use the /title refinement. Related:request - Requests an answer to a simple question.
| ||||
|