arodier / Roundcube-Plugins

Some useful roundcube plugins
Other
24 stars 27 forks source link

Change users`s identities on every logon #1

Open Daggers opened 12 years ago

Daggers commented 12 years ago

Greate plugin, thank you for your work. But i think that it will be more usefull if this plugin changes identities and signature on every user's logon. Becouse employee's position can be changed and user's information can be change in LDAP too. So, it will be greate feature to change user's sign and identities on every logon.

arodier commented 12 years ago

Yes, that's a great idea.

I'll try to implement that later, unless you want to do it ?

Kind regards, André

On 6 April 2012 12:34, Daggers reply@reply.github.com wrote:

Greate plugin, thank you for your work. But i think that it will be more usefull if this plugin changes identities and signature on every users logon. Becouse employees position can be changed and users information can be change in LDAP too. So, it will be greate feature to change users sign and identities on every logon.


Reply to this email directly or view it on GitHub: https://github.com/arodier/Roundcube-Plugins/issues/1

André Rodier

Daggers commented 12 years ago

I'll be waiting for your implementation becouse I'm not php programmer. Actually I'm not programmer generally =) I just can change scripts for my needs but I can't add some features or make global changes...

matthijskooijman commented 12 years ago

Hmm, I'm interested in this feature as well. However, I think that some stuff should be configurable to satisfy everyone's needs. For example, I think Daggers wants to completely control the list of identities and signatures from the sysadmin department, while I'm just interested in adding new identities, while leaving any user changes alone. So, some thoughts:

arodier commented 12 years ago

Hello,

If you have some time to implement this, I'll be happy to integrate it in the repository,

Andre

On 1 June 2012 17:35, matthijskooijman reply@reply.github.com wrote:

Hmm, I'm interested in this feature as well. However, I think that some stuff should be configurable to satisfy everyone's needs. For example, I think Daggers wants to completely control the list of identities and signatures from the sysadmin department, while I'm just interested in adding new identities, while leaving any user changes alone. So, some thoughts:  - Make it configurable whether new identities are created (new means exists in LDAP but not in Roundcube)  - Make it configurable whether to delete identities that no longer exist in LDAP  - Make it configurable whether to update the name / organization / reply-to / signature fields on existing identities  - Perhaps it is also useful, combined with the previous point, to offer disallowing making changes to certain identity fields (e.g., disallow changes to the signature, since that signature would be overwritten on every login anyway), deleting identites or creating new identities.


Reply to this email directly or view it on GitHub: https://github.com/arodier/Roundcube-Plugins/issues/1#issuecomment-6064669

André Rodier

matthijskooijman commented 12 years ago

I'd be happy to implement this eventually, but it's way down on my todo list (so don't wait for me if anyone else wants to implement this...)