Hello everybody,
I am planning to offer my customers (I am a small hosting ISP, currently ~1000 mailboxes) Roundcube as a webmail solution. However, I do not want them to create own "identities" in Roundcube, since such options are managed by my own software. Hoe can I disable / delete this menu in the configuration of Roundcube? Another possiblity would be to leave the menu active but not to allow the creation of new identies, but changing things like the name etc. of the one default identity.
Thank you very much for any help!
Hi,
I have some problem with roundcube, find u any solution for it?
Or you had got this problem?
check in the following files
./program/steps/settings/delete_identity.inc
./program/steps/settings/edit_identity.inc
./program/steps/settings/identities.inc
./program/steps/settings/save_identity.inc
./skins/default/templates/addidentity.html
./skins/default/templates/editidentity.html
./skins/default/templates/identities.html
modifiy the lines command add , and in html files lines drawing the fields what you don't want
Just update latest SVN release. There are 4 options to handle identities:
// Set identities access level:
// 0 - many identities with possibility to edit all params
// 1 - many identities with possibility to edit all params but not email address
// 2 - one identity with possibility to edit all params
// 3 - one identity with possibility to edit all params but not email address
Quote from: rosali;14867Just update latest SVN release. There are 4 options to handle identities:
// Set identities access level:
// 0 - many identities with possibility to edit all params
// 1 - many identities with possibility to edit all params but not email address
// 2 - one identity with possibility to edit all params
// 3 - one identity with possibility to edit all params but not email address
where I set identities access level ?
Thanks
When updated SVN version, rename ./config/main.inc.php.dist to main.inc.php and configure identity access level in this config file.
thanks !!!
work 100%