Add Additional Information link to login box
Issue
I would like to add my own informational link to the login page.
Solution
You can add an Additional Information link to the login box, that can bring up the information you would like to display.
There are two methods to enable the display of this link.
The first method is global to all of your webNetwork relay login pages
- Launch the webAdmin Dashboard.
- Expand the Customization Center folder.
- Expand the Tenants folder.
- Expand the [Default]Tennant.
- Choose the Global Settings object.
- Find the Additional Information Link Display selector and set that to true.
- Save the changes.
The second method to enable to enable the link is relay specific.
- Launch the webAdmin Dashboard.
- Select your relay object from Relay Admin.
- Select the Interfaces tab.
- Check the Enable box next to Additional Information.
- Save the changes.
Repeat these steps for all the individual relays you want the link to appear on.
To edit the text displayed on the Additional Information page.
- Launch the webAdmin Dashboard.
- Expand the Customization Center folder.
- Select the Language Editor object.
- Choose the webserv selector.
- Edit the text for the following properties, as desired:
additionalinformation.header.pagetitle
additionalinformation.page.info_message
additionalinformation.page.information_page
- Edit the text for the following properties, as desired, to change the Additional Information link on the login page:
logininformation.page.additional_information
logininformation.page.information
You can add links to the additionalinformation.page.info_message property's text, by using the standard HTML link tag.
Can't find the KB
Unable to find the KB to address your issue ?
Recent Articles
Change Reset Password Button Text
Change the text of the "Reset Password" button on the UW Login Page How to change the text of the Reset Password button on the Login Page. Login to webNetwork and open webAdmin on your Relay Central Server Expand Customization Center Expand Tenants ...
Remove Reset Password Button From Login Page
Remove the Reset Password Button from the Login Page How to remove the Reset Password button from the Unified Workspace login page. Login to webNetwork and open webAdmin on your Relay Central Server Expand Customization Center Expand Tenants Expand ...
Lenovo Unified Workspace End-of-Life Questions and Answers
As of January 31st 2024, Lenovo Unified Workspace (formerly Stoneware WebNetwork) is no longer supported. This means that we no longer provide licenses, downloads, updates, patches, or technical assistance for this product. If you have any questions ...
How do I determine my Unified Workspace license expiration date?
The best method for determining the licensing information including the expiration date of your Unified Workspace license: Login to your 8090 management console on each server This may take remoting into each LUW server and relay, opening a browser, ...
Lenovo Unified Workspace 7.0.2.13 Released
Highlights of Unified Workspace 7.0.2.13 Before you install: Please view the installation notes here. 7.0.2.13 requires a 7.0 license file. Below is a list of enhancements and fixes released in Unified Workspace 7.0.2.13 Fixed external storage ...
Related Articles
webDav & Additional Authentication Methods.
When deciding to use additional methods for authentication like Radius or additional attributes on the login page, keep in mind that features like webDav / webDrive do not support these optional attributes and can only authenticate using a ...
Terminal Server 2000 information
Windows 2000 terminal server settings From Microsoft site : http://72.14.203.104/search?q=cache:OPeT_a8tzEEJ:www.microsoft.com/technet/prodtechnol/win2kts/maintain/optimize/secw2kts.mspx+terminal+server+active+session+limit&hl=en&gl=us&ct=clnk&cd=1 ...
Remove Reset Password Button From Login Page
Remove the Reset Password Button from the Login Page How to remove the Reset Password button from the Unified Workspace login page. Login to webNetwork and open webAdmin on your Relay Central Server Expand Customization Center Expand Tenants Expand ...
How to add indexing for an Active Directory attribute
How to Index an Attribute in Active Directory: On your schema master go to Start --> Run and type in “regsvr32 schmmgmt.dll” (without the quotes), then press enter Open MMC and add the Active Directory Schema snapin In the console tree, click ...
Custom login page
NOTE: As of 6.4.0.26, the custom login page must reside on your webNetwork server. The following line must also be included in the login form: <input type="hidden" name="csrfToken" value="<c:out value='${csrfToken}'/>"/> While we currently allow CSS ...