Author Topic: How to disable creation of new "identities"?  (Read 20830 times)

Offline hypercube

  • Newbie
  • *
  • Posts: 3
How to disable creation of new "identities"?
« 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!

Offline maugli

  • Newbie
  • *
  • Posts: 2
How to disable creation of new "identities"?
« Reply #1 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?

Offline lohit

  • Newbie
  • *
  • Posts: 1
How to disable creation of new "identities"? Hello everybody,
« Reply #2 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

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
How to disable creation of new "identities"?
« Reply #3 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
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline stoker

  • Newbie
  • *
  • Posts: 2
How to disable creation of new "identities"?
« Reply #4 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

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
How to disable creation of new "identities"?
« Reply #5 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.
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline stoker

  • Newbie
  • *
  • Posts: 2
How to disable creation of new "identities"?
« Reply #6 on: November 24, 2008, 06:13:28 AM »
thanks !!!

work 100%