Auth
9 posts tagged with "Auth"
.password-panel
The .password-panel action displays a full screen password input panel. It belongs to the auth category within the external area.
Action Syntax
.password-panel !set:icon
.password-panel +imagetag
Valid sizes
Examples
// Basic Usage
.password-panel !icon
.pinpad-input
The .pinpad-input action display a numeric pinpad input suitable for mobile. It belongs to the auth category within the external area.
Action Syntax
.pinpad-input $variable
Valid sizes
Tags
numdigits
the number of digits in the pin
Examples
// Basic Usage
.pinpad-input $pin
.user-login
The .user-login action app user login panel. It belongs to the auth category within the external area.
Action Syntax
.user-login [file]
Valid sizes
Examples
// Basic Usage
.user-login [block]
admin-login
The admin-login action admin-login. It belongs to the auth category within the external area.
Action Syntax
admin-login @reference $variable
admin-login $variable $variable
Return Value
This function returns a
$result = admin-login
Valid sizes
Examples
// Basic Usage
$item = admin-login @name $passcode
app-password
The app-password action protect app with basic password. It belongs to the auth category within the external area.
Action Syntax
app-password 123
app-password "text"
app-password 123 [file]
app-password "text" [file]
Valid sizes
Examples
// Basic Usage
app-password 1234
editor-login
The editor-login action editor-login. It belongs to the auth category within the external area.
Action Syntax
editor-login @reference $variable
editor-login $variable $variable
Return Value
This function returns a
$result = editor-login
Valid sizes
Examples
// Basic Usage
$item = editor-login @name $passcode
manager-login
The manager-login action manager-login. It belongs to the auth category within the external area.
Action Syntax
manager-login @reference $variable
manager-login $variable $variable
Return Value
This function returns a
$result = manager-login
Valid sizes
Examples
// Basic Usage
$item = manager-login @name $passcode
protect-with-password
The protect-with-password action protect app with basic password. It belongs to the auth category within the external area.
Action Syntax
protect-with-password 123
protect-with-password "text"
Valid sizes
Examples
// Basic Usage
protect-with-password 1234
user-login
The user-login action user-login. It belongs to the auth category within the external area.
Action Syntax
user-login @reference $variable
user-login $variable $variable
Return Value
This function returns a
$result = user-login
Valid sizes
Examples
// Basic Usage
$item = user-login @name $passcode