Roundcube Community Forum

 

How to disable creation of new "identities"?

Started by hypercube, March 19, 2008, 08:40:52 PM

Previous topic - Next topic

hypercube

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!

maugli

Hi,

I have some problem with roundcube, find u any solution for it?
Or you had got this problem?

lohit

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

rosali

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
Regards,
Rosali

stoker

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

rosali

When updated SVN version, rename ./config/main.inc.php.dist to main.inc.php and configure identity access level in this config file.
Regards,
Rosali