- authenticate on all controller actions unless (OSEM_ICHAIN_ENABLED != true and
action is 'new' or 'create')
- before_filter rename to before_action
- addition of before_action :user_already_registered on :new action (redirects
to edit if user already registered)
- increased specs