Roundcube Community Forum

SVN Releases => Requests => Topic started by: hypercube on March 19, 2008, 08:40:52 PM

Title: How to disable creation of new "identities"?
Post by: hypercube on March 19, 2008, 08:40:52 PM
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!
Title: How to disable creation of new "identities"?
Post by: maugli on June 10, 2008, 08:32:33 AM
Hi,

I have some problem with roundcube, find u any solution for it?
Or you had got this problem?
Title: How to disable creation of new "identities"? Hello everybody,
Post by: lohit on October 26, 2008, 02:49:53 PM
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
Title: How to disable creation of new "identities"?
Post by: rosali on October 27, 2008, 02:15:12 AM
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
Title: How to disable creation of new "identities"?
Post by: stoker on November 24, 2008, 05:40:10 AM
Quote from: rosali;14867
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


where I set identities access level ?
Thanks
Title: How to disable creation of new "identities"?
Post by: rosali on November 24, 2008, 05:45:20 AM
When updated SVN version, rename ./config/main.inc.php.dist to main.inc.php and configure identity access level in this config file.
Title: How to disable creation of new "identities"?
Post by: stoker on November 24, 2008, 06:13:28 AM
thanks !!!

work 100%