Page 1 of 1
[feature request] separation of right "change password&
Posted: Mon May 08, 2006 3:26 pm
by mario
Hello.
we use s9y as a shift-log (a journal for shift-related information).
We'd like our users to look after their passwords themselves.
BUT, we don't like them touch other personalConfiguration-settings.
Would it be difficult to implement?
Best regards.
Mario
Re: [feature request] separation of right "change passw
Posted: Mon May 08, 2006 4:00 pm
by garvinhicking
Hi!
Why wouldn't you want to give them personalConfiguration settings? I don'T see what else they could change there that's sensitive.
But, you could easiy write an event plugin with your own custom page where people can just alter their password.
This wouldn't be difficult, but I can't do it, since I really don't see a need for it, I'm sorry.
Best regards,
Garvin
Re: [feature request] separation of right "change passw
Posted: Mon May 08, 2006 5:16 pm
by mario
Hi Garvin.
this is not really a matter of sensitivity, of course.
BUT, in a productive environment I will allow 170 users (buoyancy) as much flexibility as needed and NOT as much as possible.
For instance, as I'm not sure about all the consequences when enabling WYSIWYG, so why take the risk.
We're absolutely aware of not (yet) beeing your typical clientele, but perhaps it's interesting for you to see the possibilities.
Mario
Re: [feature request] separation of right "change passw
Posted: Tue May 09, 2006 8:59 am
by garvinhicking
Hi!
What you could do is to edit your include/tpl/config_personal.inc.php file. There you see the use pf "personalConfiguratioN" for most of the items; you could replace that with "siteConfiguration" so that only admins with that privlege could change those settings. So you only leave the password intact as a field with permission "personalConfiguration"?
Regards,
Garvin
Re: [feature request] separation of right "change passw
Posted: Wed May 10, 2006 12:00 pm
by mario
Hi Garvin.
thank you! That's what I was looking for.
Mario