webpage custom-text
-
- Last UpdatedFeb 08, 2018
- 2 minutes read
Customizes the text that appears on the title bar, login button, header, and footer on the Web Authentication pages.
The default header text is "Welcome to Ruckus Networks Web Authentication Homepage".
The default title bar text is "Web Authentication".
The default login button text is "Login".
The default footer text is "This network is restricted to authorized users only. Violators may be subjected to legal prosecution. Activity on this network is monitored and may be used as evidence in a court of law. Copyright <year> Ruckus Networks."
bottom
footer
| Customizes the footer on a Web Authentication page. Specify up to 255 alphanumeric characters for the string.
|
login-button
button-text
| Customizes the login button that appears on the bottom of the Web Authentication Login page. Enter up to 32 alphanumeric characters for the string.
|
title
title-text
| Customizes the title bar that appears on all Web Authentication pages. You can specify up to 128 alphanumeric characters.
|
top
header
| Customizes the header that appears on all Web Authentication pages. You can specify up to 255 alphanumeric characters.
|
Web Authentication configuration mode
You can use the show webauth command to view the configured text for Web Authentication pages.
The no form of the command resets the text to the default.
The following example shows how to customize the text on the title bar.
device(config)# vlan 10
device(config-vlan-10)# webauth
device(config-vlan-10-webauth)# webpage custom-text title "Ruckus Secure Access Page"
The following example shows how to customize the header that appears on all Web Authentication pages.
device(config)# vlan 10
device(config-vlan-10)# webauth
device(config-vlan-10-webauth)# webpage custom-text top "Welcome to Network One"
The following example shows how to customize the login button that appears on the bottom of the Web Authentication Login page.
device(config)# vlan 10
device(config-vlan-10)# webauth
device(config-vlan-10-webauth)# webpage custom-text login-button "Press to Log In"
The following example shows how to customize the footer that appears on all Web Authentication pages.
device(config)# vlan 10
device(config-vlan-10)# webauth
device(config-vlan-10-webauth)# webpage custom-text bottom "Network One Copyright 2010"