mails2nitesh / kfm

Automatically exported from code.google.com/p/kfm
0 stars 0 forks source link

When admin user changes a default setting it seems to become a user setting #43

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When the admin user changes a default setting or activates it, it becomes a 
user setting which means that newly created users will automatically have 
access to these settings which is probably not what you want. This system 
has to be improved. There should be a list of default user settings for a 
new installation which makes sense.

My suggestion is to make the following settings user settings on a new 
installation:
* startup_folder
* theme
* preferred_languages
* folder_drag_action

probably there are more. Please post them. I will fix this somewhere in the 
future.

Original issue reported on code.google.com by bterku...@gmail.com on 2 Jan 2010 at 4:59

GoogleCodeExporter commented 8 years ago
Fixed by the new implemented settings structure. The structure already was 
there, the 
implementation lacked however. Now it is possible for an admin to change 
settings of 
all users and determine which settings users can change themselves.

Original comment by bterku...@gmail.com on 6 Feb 2010 at 11:37