Can zimbra generate an automatic welcoming screen to all its firts time users when they log in??
Just like other mailing system i think it is very important.
lisa
Printable View
Can zimbra generate an automatic welcoming screen to all its firts time users when they log in??
Just like other mailing system i think it is very important.
lisa
Here is a simple example zimlet creating a welcome message that show up only the first time the user log in.
This use a zimlet user properties (stored in LDAP) to check if this is the first time the user log in.
If you have doubts, then just use an ldap explorer software and check your ldap. :D
The user preferences, including zimlets user preferences are in your LDAP.
Why do you think this is a big security hole?
By the way: did you already confirm that they're actually written back to LDAP when changing them this way ?
Of course the user can change them, since this is user preferences.
Also, you don't even need the javascript frontend.
The changes are made by a soap request (called by the javascript).
So you just need to make the correct soap request.
And yes, I confirm that this overwrite the values in ldap.
It's not like the user can modify everything in the LDAP.
I use the word preferences instead of properties on purpose.
The values the user can modify are the values corresponding to the preferences you can find in the User Web Client preferences tab, and the zimlets user preferences.
As example, there is a user property to enable/disable the Calendar feature, but it can't be changed by the user, only the admins can change it.