Skip to Content

Enable Custom Server fields for Ezeelogin Users from database

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" 

  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].