Remove delete button from manageotp portal
book
Article ID: CTX457058
calendar_today
Updated On:
Description
This article guides, how user can remove delete button from manageOTP page.

Resolution
Remove following lines from
/var/netscaler/logon/LogonPoint/plugins/ns-gateway/ns-nfactor.js var deleteButton = $("<a></a>").attr({"id":"delete-otp","href":"#"}).addClass("default button otp-action otp-test-delete").text(_localize("Delete")); deleteButton.click(function(e) { deleteDevice(e); }); selectWrapper.append(deleteButton);Post making changes:

Disclaimer
Caution! Citrix provide support for customization on best effort basis. Since this article requires making changes in file inside file system, Users are required to evaluate, test and hence use at their own risk.
Was this article helpful?
thumb_up
Yes
thumb_down
No