Unable to hide default login box
Unable to hide default login box
Option A:
update globalconfig set paramvalue=‘false’ where globalconfigid=6;
Option B:
update globalconfig set paramvalue='false' where category='LoginInfo' and parameter='Show_LoginInfo_In_LoginScreen';
Related Articles
Unable to restore data after changing DBserver to SQL
After changing the DB server to MSSQL, We tried to restore the data from the backup file, but the restore didn't take place successfully so we followed those steps and everything worked perfectly. Please follow the below steps and re-initiate the ...
Hide "New Request" Buttons via Custom Page Scripts
Purpose To hide specific "New" request buttons from the user interface using custom scripts to streamline the layout or control how users initiate requests. Implementation Options These scripts can be used independently or combined, depending on ...
Change Postgres Password
Problem :- Need to change the default password for postgres. Solution :- 1- connect to the database. 2- execute the below steps. servicedesk=# \password Enter new password : Enter it again : 3- Once execute it, do the below. - Open ...
Database Warning : Your database transaction log file size has crossed the threshold
You are getting this email as a result of an enhancement that was made in the 11 version to notify administrators if the SQL Log File Size crossed the threshold. In Service Desk Plus, under Performance Settings in Admin/ESM Directory you have the ...
Performance is slow
Try access ServiceDesk using the IP address of the Server not using the Alias URL and if the page loads up considerably fast. follow those steps: 1- Go to this path C:\ManageEngine\ServiceDesk\conf and open server.xml file. 2- change the ...