lib/authpwn_rails/generators/templates/session/welcome.html.erb in authpwn_rails-0.4.1 vs lib/authpwn_rails/generators/templates/session/welcome.html.erb in authpwn_rails-0.4.2

- old
+ new

@@ -1,4 +1,5 @@ <p> This view gets displayed when the user is not logged in. Entice the user to - register for your application, and give them a login form. + sign up for your application, and point them to + <%= link_to 'the login form', new_session_path %>. </p>