We use cookies to keep you signed in across the various sections of the RISC OS Open web site, so if you proceed we will assume that you are happy with this. For more information, please see our privacy policy page.

Please supply the information required in the form below to create a new web site account, then use the "Sign up" button to create the account and log in.

Your e-mail address is required for account activation. Please give a reasonably complete real name that you are happy being used in forum posts, documentation pages, welcome messages and so-on (e.g. "John Doe"). Your password can consist of any combination of letters, numbers and symbols but must be at least four characters long.

<%= error_messages_for :user %> <% form_for :user do |f| %>

<%= f.text_field :email, { :size => 40, :maxlength => 200 } %>
<%= f.text_field :real_name, { :size => 40, :maxlength => 128 } %>
<%= f.password_field :password, { :size => 40, :maxlength => 40 } %>
<%= f.password_field :password_confirmation, { :size => 40, :maxlength => 40 } %>

Please prove that you're a human!

<%= recaptcha_tags( :ssl => true ) %>

<%= submit_tag('Sign up') %> <% end %>

We will never pass your details to third parties or send you unsolicited e-mail messages. For more information, please see our privacy page.

If you don't want to do this, you can <%= link_to 'go back to the control panel', :controller => 'tasks', :action => 'index' %> instead.