Enable Custom Server fields for Ezeelogin Users from database
Configuring custom server fields for all users in ezeelogin
Overview: This article explains how to enable custom server fields for all users in Ezeelogin. It includes running a PHP command to update user preferences and viewing the custom server fields in the Ezsh shell by pressing tab.
Step 1. To enable custom server fields for all users , run the following command:
root@localhost:~ php /usr/local/ezlogin/ez_queryrunner.php "replace into prefix_preferences (user_id, name, value) select id, 'show_custom_fields_ezsh' as name, 'Y' as value from prefix_users"
Step 2. After executing the above command the user can log in to Ezsh shell and can view the custom server field by placing the cursor on the server you are trying to access and press tab[provides server information].
Related Articles
How to migrate the custom server fields from Ezeelogin version 7.0 to the latest version?
Add custom fields on server add form
How to execute command on a custom group of servers?