diff --git a/mysql/lang/en b/mysql/lang/en index 961df575c..5da26f287 100644 --- a/mysql/lang/en +++ b/mysql/lang/en @@ -243,7 +243,8 @@ users_anon=Anonymous users_none=None users_return=user list users_sync=The options below configure synchronization between Unix users created through Webmin and MySQL users. -users_sync_create=Add a new MySQL user when a Unix user is added, with permissions ... +users_syncwhen=When to synchronize +users_sync_create=Add a new MySQL user when a Unix user is added users_sync_modify=Update a MySQL user when the matching Unix user is modified. users_sync_delete=Delete a MySQL user when the matching Unix user is deleted. users_sync_privs=Permissions for new users diff --git a/mysql/list_users.cgi b/mysql/list_users.cgi index 9507b9bc8..dfa9dd897 100755 --- a/mysql/list_users.cgi +++ b/mysql/list_users.cgi @@ -41,34 +41,36 @@ print &ui_columns_end(); print &ui_links_row(\@rowlinks); print &ui_form_end([ [ "delete", $text{'users_delete'} ] ]); +# Unix / MySQL user syncing print &ui_hr(); -print "
\n"; +# When to sync +print &ui_table_row($text{'users_syncwhen'}, + &ui_checkbox("sync_create", 1, $text{'users_sync_create'}, + $config{'sync_create'})."