diff options
author | lpsolit%gmail.com <> | 2009-08-11 09:25:43 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2009-08-11 09:25:43 +0200 |
commit | 73bb17590cf3f15166d20b028977d0c61a487b1e (patch) | |
tree | ca78b6b1d0f790ae5733b8faa40ce7a04f6c4d5b /template | |
parent | 414d555411f5e055ab3a96efa91d43312d897d2a (diff) | |
download | bugzilla-73bb17590cf3f15166d20b028977d0c61a487b1e.tar.gz bugzilla-73bb17590cf3f15166d20b028977d0c61a487b1e.tar.xz |
Bug 349336: Automatically log in the user when he chooses his password to create his new account - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/global/messages.html.tmpl | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/template/en/default/global/messages.html.tmpl b/template/en/default/global/messages.html.tmpl index 15100ac6b..dd3967dc1 100644 --- a/template/en/default/global/messages.html.tmpl +++ b/template/en/default/global/messages.html.tmpl @@ -31,16 +31,11 @@ [% message = BLOCK %] [% IF message_tag == "account_created" %] - [% title = "User $otheruser.login created" %] - A new user account [% otheruser.login FILTER html %] has been created + The user account [% otheruser.login FILTER html %] has been created successfully. [% IF groups.size %] You may want to edit the group settings now, using the form below. [% END %] - [% IF login_info %] - You can now go to the <a href="index.cgi">Log In</a> page to enter - this [% terms.Bugzilla %] installation. - [% END %] [% ELSIF message_tag == "account_creation_canceled" %] [% title = "User Account Creation Canceled" %] |