Public information

This information is visible to other users on <%= link_to 'your profile', current_user %>.

<%= f.label 'Name (visible on your profile and forum posts)' %>
<%= f.text_field :name, autofocus: true %>
<%= f.label 'Username' %>
alternate_email <%= f.text_field :username, data: { length: 40 }, placeholder: 'your-username-here', class: 'with-character-counter' %> Your Notebook.ai profile will be available at https://www.notebook.ai/@username.
Up to 40 numbers, letters, and/or the following symbols are allowed: - _ $ + ! *


<%= image_tag current_user.image_url(size=160), class: 'hoverable materialboxed' %>
Upload <%= f.file_field :avatar %>
Supported file types: .png, .jpg, .jpeg, .gif
After selecting an image here, submit your changes with the usual "Save changes" button at the bottom of this page to save it.
<%= f.text_area :bio, class: 'materialize-textarea with-character-counter', data: { length: 500 } %> <%= f.label 'Bio' %>
<%= f.text_field :interests, class: 'materialize-textarea' %> <%= f.label 'Interests' %>
<%= f.text_field :favorite_genre, class: 'materialize-textarea' %> <%= f.label 'Favorite genre' %>
<%= f.text_field :favorite_author, class: 'materialize-textarea' %> <%= f.label 'Favorite author' %>
<%= f.text_field :favorite_book, class: 'materialize-textarea' %> <%= f.label 'Favorite book' %>
<%= f.text_field :favorite_quote, class: 'materialize-textarea' %> <%= f.label 'Favorite quote' %>
<%= f.text_field :inspirations, class: 'materialize-textarea' %> <%= f.label 'Inspirations' %>
<%= f.text_field :other_names, class: 'materialize-textarea' %> <%= f.label 'Other names' %>
<%= f.text_field :website, class: 'materialize-textarea' %> <%= f.label 'Website' %>
<%= f.label 'Favorite page type' %>
<%= f.select(:favorite_page_type, Rails.application.config.content_types[:all].map { |type| [type.name.pluralize, type.name] }, include_blank: 'None') %> Selecting a page here will prominently display it on your profile and somewhat theme your profile page to match.
<%= f.label 'Custom Premium badge text' %>
<%= f.text_field :forums_badge_text, data: { length: 20 }, class: 'with-character-counter black-text', placeholder: 'Premium Supporter' %> Premium users can customize the badge that appears under their name on their profile and next to their name on the forums.

Private information

This information is only ever visible to you.

Notebook.ai will never share this information, but may also look at it to better understand its users.

<%= f.label 'Email (always completely private)' %>
<%= f.email_field :email %>
<%= f.text_field :age, class: 'materialize-textarea' %> <%= f.label 'Age' %>
<%= f.text_field :location, class: 'materialize-textarea' %> <%= f.label 'Location' %>
<%= f.text_field :gender, class: 'materialize-textarea' %> <%= f.label 'Gender' %>
<%= f.text_field :occupation, class: 'materialize-textarea' %> <%= f.label 'Occupation' %>
Last login <%= time_ago_in_words current_user.current_sign_in_at %> ago from IP <%= current_user.current_sign_in_ip %>.
<% if devise_mapping.confirmable? && resource.pending_reconfirmation? %>
Currently waiting confirmation for: <%= resource.unconfirmed_email %>
<% end %>

Password change

Leave this blank unless you want to change your password.

<%= f.label 'New password' %>
<%= f.password_field :password, autocomplete: "off" %>
<%= f.label 'New password (again)' %>
<%= f.password_field :password_confirmation, autocomplete: "off" %>