Roundcube Community Forum

 

Edit Identities During First Login (#1291605)

Started by jpingle, January 04, 2007, 08:05:31 PM

Previous topic - Next topic

jpingle

I was browsing through some older tickets and thought I'd take a crack at some easy ones.

Some time ago, people requested the ability for new users to be presented with the "Edit Identity" screen after their first login. (Ticket #1291605, http://trac.roundcube.net/trac.cgi/ticket/1291605 )

Attached is a patch that should add this feature in. This was patched against SVN rev 445, but it may work on older revisions. I'm sure there is room for improvement.

Anyone willing to test it out and give some feedback?

NB: This feature is controlled by an additional setting in config/main.inc.php
$rcmail_config['new_user_edit_identity'] = TRUE;
EDIT: Jan 5, 2005 4:45PM EST: I updated the patch slightly.

I'd like to display a "welcome" message on the edit identities screen if they are a new user also, but that would require additional localization / translation.

Reload


jpingle

I will eventually (I'm on the dev list and post to it regularly), but I figured more end users would see it here and try it out first. :)

knuckles

Thank you very much. Although I do not add new users frequently to my private mailserver, I will definitely try this out.