##// END OF EJS Templates
Applied 'register notice' patch by Matt Jones....
Jean-Philippe Lang -
r598:acebceb1d74b
parent child
Show More
@@ -135,7 +135,7 class AccountController < ApplicationController
135 if @user.save and token.save
135 if @user.save and token.save
136 Mailer.deliver_register(token)
136 Mailer.deliver_register(token)
137 flash[:notice] = l(:notice_account_register_done)
137 flash[:notice] = l(:notice_account_register_done)
138 redirect_to :controller => 'welcome' and return
138 redirect_to :controller => 'account', :action => 'login'
139 end
139 end
140 end
140 end
141 end
141 end
@@ -56,7 +56,7 notice_account_updated: Account was successfully updated.
56 notice_account_invalid_creditentials: Invalid user or password
56 notice_account_invalid_creditentials: Invalid user or password
57 notice_account_password_updated: Password was successfully updated.
57 notice_account_password_updated: Password was successfully updated.
58 notice_account_wrong_password: Wrong password
58 notice_account_wrong_password: Wrong password
59 notice_account_register_done: Account was successfully created.
59 notice_account_register_done: Account was successfully created. To activate your account, click on the link that was emailed to you.
60 notice_account_unknown_email: Unknown user.
60 notice_account_unknown_email: Unknown user.
61 notice_can_t_change_password: This account uses an external authentication source. Impossible to change the password.
61 notice_can_t_change_password: This account uses an external authentication source. Impossible to change the password.
62 notice_account_lost_email_sent: An email with instructions to choose a new password has been sent to you.
62 notice_account_lost_email_sent: An email with instructions to choose a new password has been sent to you.
General Comments 0
You need to be logged in to leave comments. Login now