Roundcube Community Forum

Release Support => Pending Issues => Topic started by: GunnarF on August 14, 2012, 06:25:16 AM

Title: Identities
Post by: GunnarF on August 14, 2012, 06:25:16 AM
Hi folks.
Thanks to all the development team for a great product.

I do have some issues with the identity section:
1. You can create as many identities you want, with the same mail address !!! This is 'new' in 0.8, you could not in 0.7.1 at least.
2. You can create an duplicate identity with other owners, meaning: if account X has an identity [email protected] you can on account Y create the same identity.
At least this two features should be a requirement of the product.
Then i think the next should be configuration-optional but would be a nice/useful/antispam feature.
3. Not be able to make identities other than the domain you are logged in to.

Regards
Title: Re: Inentities
Post by: SKaero on August 14, 2012, 07:28:19 AM
Both one and two are working as designed, as for number three check out the $rcmail_config['identities_level'] option in <RC root>/config/main.inc.php you can set it to the following values:
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: Re: Inentities
Post by: GunnarF on August 14, 2012, 09:31:21 AM
Well I haven't said that they dont work, maybe I'll get a better answer if I write in 'Requests'.
As for number 3, $rcmail_config['identities_level'] says nothing about domains.
Title: Re: Inentities
Post by: JohnDoh on August 14, 2012, 11:23:26 AM
QuoteAs for number 3, $rcmail_config['identities_level'] says nothing about domains.

the best way to achive that is with a plugin. useing the identity_create and identity_update hooks you can check the input from the user and stop them if they have entered something you dont like.
Title: Re: Identities
Post by: GunnarF on August 14, 2012, 05:38:57 PM
Thanks for the tip JohnDoh.
Whats the idea in making identities with the same mail address?
Just wondering...
Title: Re: Identities
Post by: seyazar on August 16, 2012, 03:47:25 AM
Hi,

in IE8 and ie9 identities section doesn't work. when you open this section ie9 hang but firefox and chrome doesn't

thanks.