diff --git a/app/controllers/users_controller.rb b/app/controllers/users_controller.rb index 84b0c503..f93b6e10 100644 --- a/app/controllers/users_controller.rb +++ b/app/controllers/users_controller.rb @@ -49,4 +49,7 @@ class UsersController < ApplicationController end end end + + def anonymous + end end diff --git a/app/views/layouts/_login_box.html.erb b/app/views/layouts/_login_box.html.erb index b86c0a3a..902412e9 100644 --- a/app/views/layouts/_login_box.html.erb +++ b/app/views/layouts/_login_box.html.erb @@ -18,9 +18,5 @@
<% end %> diff --git a/app/views/sessions/new.html.erb b/app/views/sessions/new.html.erb index 4fd86c79..c1fb8daa 100644 --- a/app/views/sessions/new.html.erb +++ b/app/views/sessions/new.html.erb @@ -1,4 +1,10 @@ + + <%- model_class = @session.class -%> -+ Going anonymous allows you to enjoy all the tools of the site without having to + create an account. +
+ ++ This means you can plan out characters, use the editors, critique other works, + search for publishers, and use any other tools any time you'd like. However, + this also means that nothing you create will be tied to a persistent account. + You will not have access to any saved plans, + stories, or other content you create after logging out of your anonymous + account. + +
+ +
+ diff --git a/app/views/users/new.html.erb b/app/views/users/new.html.erb index 72b7b9bc..1f43e3a1 100644 --- a/app/views/users/new.html.erb +++ b/app/views/users/new.html.erb @@ -1,4 +1,8 @@ + + <%- model_class = @user.class -%> -