search for: choose_password

Displaying 1 result from an estimated 1 matches for "choose_password".

2013 Apr 12
0
Rails Log user in after view rendered
....password") %></strong>: </div> <div class="nine columns"> <%= t("apply.create.labels.emailed_password_html", :link => mail_to(@user.personal_info.e_mail))%> <%= link_to(t("apply.create.labels.choose_password"), user_profile_path) %> </div> </div> <!-- Try to Sign in User --> <% priv_sign_in %> <% end %> This code is because. If the user applies the @user info is filled in but he can only be logged in after this part of the...