Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: newsfish on March 05, 2012, 01:27:35 AM

Title: Remove + change DB in Identity
Post by: newsfish on March 05, 2012, 01:27:35 AM
I want to make required another fields in identity form except name+email.
In save_identity.inc there is a part for check input, I add my code to it, but it doesn't work.
Also I want to insert email address in another Database, but I don't know I have to change which file?
Please help.

Thanks.

regards.
Title: Remove + change DB in Identity
Post by: SKaero on March 05, 2012, 04:09:30 AM
Look into the identity_create, identity_update, and identity_form hooks in the RoundCube plugin API, read about it here:  Doc_Plugins (http://trac.roundcube.net/wiki/Doc_Plugins) and read about the hooks here: Plugin_Hooks (http://trac.roundcube.net/wiki/Plugin_Hooks#identity_create)