Author Topic: Edit Identities During First Login (#1291605)  (Read 5718 times)

Offline jpingle

  • Jr. Member
  • **
  • Posts: 77
Edit Identities During First Login (#1291605)
« on: January 04, 2007, 08:05:31 PM »
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
Code: [Select]
$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

  • Guest
Re: Edit Identities During First Login (#1291605)
« Reply #1 on: January 05, 2007, 02:57:16 AM »
Offcourse you can alway's send it to the dev. mailing list :)
http://lists.roundcube.net/dev/

Offline jpingle

  • Jr. Member
  • **
  • Posts: 77
Re: Edit Identities During First Login (#1291605)
« Reply #2 on: January 05, 2007, 07:18:43 AM »
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. :)

Offline knuckles

  • Jr. Member
  • **
  • Posts: 28
Re: Edit Identities During First Login (#1291605)
« Reply #3 on: January 13, 2007, 04:33:13 AM »
Thank you very much. Although I do not add new users frequently to my private mailserver, I will definitely try this out.