-
Notifications
You must be signed in to change notification settings - Fork 0
/
response_strings.py
24 lines (20 loc) · 1.71 KB
/
response_strings.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
STR_VPN_INSTRUCTIONS = \
'''
As per the university’s security policies, Tableau sites can only be accessed via one of the following methods:
1. Connect via wired Ethernet connection to University of Toronto Intranet or via the [Remote Desktop Connection](https://isea.utoronto.ca/remote-desktop-client/) :
- not required to run any VPN
- run [AdminsysVPN](https://isea.utoronto.ca/services/vpn/adminvpn/) if accessing other resources such as SAP
2. Connect from your home workstation or computers outside of the UofT network (i.e., outside of the office and not via the Remote Desktop connection):
- required to run [UTORvpn](https://isea.utoronto.ca/services/vpn/utorvpn/users/)
- run [AdminsysVPN](https://isea.utoronto.ca/services/vpn/adminvpn/) if accessing other resources such as SAP
3. Connect from mobile applications, such as [Tableau Mobile](https://www.tableau.com/en-ca/products/mobile) :
- download Cisco AnyConnect ( [Android](https://isea.utoronto.ca/services/vpn/utorvpn/install-android/) or [iOS](https://isea.utoronto.ca/services/vpn/utorvpn/install-ios/) ) on your mobile device and configure your connection to [UTORvpn](https://isea.utoronto.ca/services/vpn/utorvpn/users/).
'''
STR_ACCESS_FORM = \
'''For access to the Data Cubes, please fill out this [form](https://easi.its.utoronto.ca/wp-content/uploads/2016/09/UTBI-Request-Form.pdf) and email it to [email protected]'''
STR_NOT_HELPFUL = \
'''
It looks like my suggestions haven't been helpful. Could you try to tell me what you're looking for in another way?
Alternatively, you can get in touch with the IRDG-BI team by
[creating a ticket here](https://uthrprod.service-now.com/sp?id=sc_cat_item&sys_id=14e6cae9dbee501052e7f8f339961982).
'''