<%= Danbooru.config.app_name %> is ad-sponsored and does not require an account to view. But in order to start uploading, editing, or creating content on this site, you will need to register. Make sure you read and agree to the <%= link_to "terms of service", terms_of_service_path %> before registering. This site is open to web crawlers, therefore any name you choose will be public!

Registration for a basic account is free but comes with some limitations.

Basic

Privileged

Contributor

<% form_tag(users_path) do %> <%= error_messages_for(@user) %>
Signup

<%= label "user", "name" %> <%= text_field "user", "name" %>

<%= label "user", "password" %> <%= password_field "user", "password" %>

<%= label "user", "password_confirmation" %> <%= password_field "user", "password_confirmation" %>

<%= label "user", "email" %> <%= text_field "user", "email" %>

<%= submit_tag "Submit" %>
<% end %>